System.Text.Utf8.Utf8CodeUnit.IsAscii C# (CSharp) Méthode

IsAscii() private méthode

private IsAscii ( char value ) : bool
value char
Résultat bool
        private static bool IsAscii(char value)
        {
            return value <= UnicodeConstants.AsciiMaxValue;
        }