Hex
Provides conversion to/from hexadecimal representation.
Decodes hexadecimal representation of bytes.
Decodes hexadecimal representation of bytes.
public static int EncodeToUtf16(ReadOnlySpan<byte> bytes, Span<char> output, bool lowercased = false)
Converts set of bytes into hexadecimal representation.
Converts set of bytes into hexadecimal representation.
public static int EncodeToUtf8(ReadOnlySpan<byte> bytes, Span<byte> output, bool lowercased = false)
Converts set of bytes into hexadecimal representation.
Converts set of bytes into hexadecimal representation.