Get a random string made of 10 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()
Visual Basic
Public Shared Function GetEx As String
Visual C++
public:
static String^ GetEx()

Return Value

A random string 10 alphanumeric characters, both uppercase and lowercase, with symbols and numbers.

See Also