<PackageReference Include="System.Text.Json" Version="10.0.0-preview.6.25358.103" />

System.HexConverter

static class 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); } }