robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

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

String to int.

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

Syntax


public static int ParseInt(
	string intString,
	out bool result
)
Public Shared Function ParseInt ( _
	intString As String, _
	<OutAttribute> ByRef result As Boolean _
) As Integer
public:
static int^ ParseInt(
	String^ intString, 
	[OutAttribute] bool^% result
)

Parameters

intString
Type: String
The int string.
result
Type: Boolean%
true if success.

Return Value

result.