The Alpha type exposes the following members.

Methods

  NameDescription
Public methodStatic memberIsInAlfa
Return true if character is in Characters string

Properties

  NameDescription
Public propertyStatic memberCharacters
Get a string with ASCII alphanumeric characters. The character string is defined as follows:
CopyC#
ABCDEFGHIJKLMNOPQRSTUVWXYZ{} []()<>,.?;:'+-=@!#$%^&*~`_|/abcdefghijklmnopqrstuvwxyz0123456789
Public propertyStatic memberCharactersLen
Return the number of characters in Characters string

See Also