Provides cross-platform utilities for encoding values into hex, or decoding values from hex.
Array of hex-allowable characters.
Decode the provided data as a byte array of hex-encoded data.
Decode the provided string as a byte array of hex-encoded data.
Decode the provided data into a string of decoded data.
Decode the provided string into a string of decoded data.
Encode the provided data as a byte array of hex-encoded data.
Encode the provided string as a byte array of hex-encoded data.
Encode the provided data as a string of hex-encoded data.
Encode the provided string as a string of hex-encoded data.
Return the enumerated Encoding which is implemented by this Encoder.