robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..GetRandomString Method

Get random string.

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

Syntax


public static string GetRandomString(
	int maxSize
)
Public Shared Function GetRandomString ( _
	maxSize As Integer _
) As String
public:
static String^ GetRandomString(
	int^ maxSize
)

Parameters

maxSize
Type: Int32
The size.

Return Value

System.String.