Utility class to handle alphabetic shifts. It defines a standard set of characters, the "Characters" string, which is
CopyC#
ABCDEFGHIJKLMNOPQRSTUVWXYZ{} []()<>,.?;:'+-=@!#$%^&*~`_|/abcdefghijklmnopqrstuvwxyz0123456789
and then performs method on the "Characters" string.

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

Syntax

C#
public static class Alpha
Visual Basic
Public NotInheritable Class Alpha
Visual C++
public ref class Alpha abstract sealed

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Utils..::..Alpha

See Also