<PackageReference Include="System.Text.Json" Version="10.0.4" />

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