robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ParseInt Method (String)

String to int.

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

Syntax


public static int ParseInt(
	string intString
)
Public Shared Function ParseInt ( _
	intString As String _
) As Integer
public:
static int^ ParseInt(
	String^ intString
)

Parameters

intString
Type: String
The int string.

Return Value

result.