Table of Contents

Method IsAscii

Namespace
SimdUnicode
Assembly
SimdUnicode.dll

IsAscii(char)

public static bool IsAscii(this char c)

Parameters

c char

Returns

bool

IsAscii(string)

public static bool IsAscii(this string s)

Parameters

s string

Returns

bool

IsAscii(ReadOnlySpan<char>)

public static bool IsAscii(this ReadOnlySpan<char> s)

Parameters

s ReadOnlySpan<char>

Returns

bool