robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

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

String to long.

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

Syntax


public static long ParseLong(
	string longString,
	out bool result
)
Public Shared Function ParseLong ( _
	longString As String, _
	<OutAttribute> ByRef result As Boolean _
) As Long
public:
static long long^ ParseLong(
	String^ longString, 
	[OutAttribute] bool^% result
)

Parameters

longString
Type: String
The long string.
result
Type: Boolean%
true if success.

Return Value

result?