Method IsAscii
- Namespace
- SimdUnicode
- Assembly
- SimdUnicode.dll
IsAscii(char)
public static bool IsAscii(this char c)
Parameters
cchar
Returns
IsAscii(string)
public static bool IsAscii(this string s)
Parameters
sstring
Returns
IsAscii(ReadOnlySpan<char>)
public static bool IsAscii(this ReadOnlySpan<char> s)
Parameters
sReadOnlySpan<char>