<PackageReference Include="System.Formats.Asn1" Version="11.0.0-preview.2.26159.112" />

System.Text.Ascii

static class Ascii
Provides downlevel polyfills for Ascii helper APIs.
namespace System.Text { internal static class Ascii { public static bool IsValid(string value); public static bool IsValid(ReadOnlySpan<char> value); } }