System.HexConverter
namespace System
{
internal static class HexConverter
{
public static ReadOnlySpan<byte> CharToHexLookup { get; }
public static int FromChar(int c);
public static bool IsHexChar(int c);
}
}