Base16Encoding Hex Property CryptSharp
Hexadecimal base-16 uses the numbers 0-9 for 0-9, and the letters A-F for 10-15.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public static BaseEncoding Hex { get; private set; }
See Also