robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

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

String to float.

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

Syntax


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

Parameters

floatString
Type: String
The float string.
result
Type: Single%
The result.

Return Value

true if success, false otherwise.