Method IsAllAsciiHexDigits | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
IsAllAsciiHexDigits(ReadOnlySpan)
Determines if this ReadOnlySpan of char is composed entirely of ASCII digits.
public static bool IsAllAsciiHexDigits(this ReadOnlySpan<char> stringSpan)
Parameters
stringSpan
ReadOnlySpan<char>
A ReadOnlySpan of char to check.
Returns
A bool indicating if all elements of the ReadOnlySpan are ASCII digits (true) or not (false