Base16EncodingHex 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.1.0.0
Syntax
public static BaseEncoding Hex { get; }
Public Shared ReadOnly Property Hex As BaseEncoding Get
public: static property BaseEncoding^ Hex { BaseEncoding^ get (); }
static member Hex : BaseEncoding with get
Property Value
Type: BaseEncodingSee Also