<PackageReference Include="System.Text.Json" Version="11.0.0-preview.2.26159.112" />

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