robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ParseUInt Method (String)

String to uint.

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

Syntax


public static uint ParseUInt(
	string uintString
)
Public Shared Function ParseUInt ( _
	uintString As String _
) As UInteger
public:
static unsigned int^ ParseUInt(
	String^ uintString
)

Parameters

uintString
Type: String
The uint string.

Return Value

result.