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

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