Base16Encoding Class

CryptSharp

Base16Encoding Class CryptSharp
Base-16 binary-to-text encodings.
Inheritance Hierarchy

SystemObject  CryptSharp.UtilityBase16Encoding

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

public static class Base16Encoding
Public NotInheritable Class Base16Encoding
public ref class Base16Encoding abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Base16Encoding =  class end

The Base16Encoding type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberHex
Hexadecimal base-16 uses the numbers 0-9 for 0-9, and the letters A-F for 10-15.
Top
See Also

Reference