robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ParseDouble Method (String)

String to double.

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

Syntax


public static double ParseDouble(
	string doubleString
)
Public Shared Function ParseDouble ( _
	doubleString As String _
) As Double
public:
static double^ ParseDouble(
	String^ doubleString
)

Parameters

doubleString
Type: String
The double string.

Return Value

result.