HexConverter static class HexConverter Documentation Code public enum Casing public static ReadOnlySpan<byte> CharToHexLookup { get; } public static int FromChar(int c) public static int FromLowerChar(int c) public static bool IsHexLowerChar(int c) public static void ToCharsBuffer(byte value, Span<char> buffer, int startingIndex = 0, Casing casing = 0)