System.Text.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);
}
}