robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ParseFloat Method (String, Boolean%)

String to float.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static float ParseFloat(
	string floatString,
	out bool result
)
Public Shared Function ParseFloat ( _
	floatString As String, _
	<OutAttribute> ByRef result As Boolean _
) As Single
public:
static float^ ParseFloat(
	String^ floatString, 
	[OutAttribute] bool^% result
)

Parameters

floatString
Type: String
The float string.
result
Type: Boolean%
true if success.

Return Value

result.