Get a random string made of 'len' alphanumeric characters, both uppercase and lowercase, with symbols and numbers.

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static string GetEx(
	int len
)
Visual Basic
Public Shared Function GetEx ( _
	len As Integer _
) As String
Visual C++
public:
static String^ GetEx(
	int len
)

Parameters

len
Type: System..::..Int32
A random string made of 'len' alphanumeric characters, both uppercase and lowercase, with numbers and symbols.

Return Value

[Missing <returns> documentation for "M:LLCryptoLib.Utils.RandomString.GetEx(System.Int32)"]

See Also