robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

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

String to double.

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

Syntax


public static double ParseDouble(
	string doubleString,
	out bool result
)
Public Shared Function ParseDouble ( _
	doubleString As String, _
	<OutAttribute> ByRef result As Boolean _
) As Double
public:
static double^ ParseDouble(
	String^ doubleString, 
	[OutAttribute] bool^% result
)

Parameters

doubleString
Type: String
The double string.
result
Type: Boolean%
true if success.

Return Value

result.