Get a string with ASCII alphanumeric characters.
The character string is defined as follows:
CopyC#
ABCDEFGHIJKLMNOPQRSTUVWXYZ{} []()<>,.?;:'+-=@!#$%^&*~`_|/abcdefghijklmnopqrstuvwxyz0123456789
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static string Characters { get; set; } |
Visual Basic |
---|
Public Shared Property Characters As String
Get
Set |
Visual C++ |
---|
public:
static property String^ Characters {
String^ get ();
void set (String^ value);
} |
See Also