robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ParseUInt Method (String, UInt32%)

String to uint.

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

Syntax


public static bool ParseUInt(
	string UIntString,
	out uint result
)
Public Shared Function ParseUInt ( _
	UIntString As String, _
	<OutAttribute> ByRef result As UInteger _
) As Boolean
public:
static bool^ ParseUInt(
	String^ UIntString, 
	[OutAttribute] unsigned int^% result
)

Parameters

UIntString
Type: String
The uint string.
result
Type: UInt32%
The result.

Return Value

true if success, false otherwise.