wManager.Wow.Helpers Namespace
WRobot

Extensions..::..Shuffle Method (String)

Shuffles the specified string.

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

Syntax


public static string Shuffle(
	this string str
)
<ExtensionAttribute> _
Public Shared Function Shuffle ( _
	str As String _
) As String
[ExtensionAttribute]
public:
static String^ Shuffle(
	String^ str
)

Parameters

str
Type: String
The string.

Return Value

System.String.