robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ParseFloat Method (String)

String to float.

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

Syntax


public static float ParseFloat(
	string floatString
)
Public Shared Function ParseFloat ( _
	floatString As String _
) As Single
public:
static float^ ParseFloat(
	String^ floatString
)

Parameters

floatString
Type: String
The float string.

Return Value

result.