Method IsWhiteSpace
IsWhiteSpace(ReadOnlyExSpan<char>)
Indicates whether the specified span contains only white-space characters.
public static bool IsWhiteSpace(this ReadOnlyExSpan<char> span)
Parameters
spanReadOnlyExSpan<char>
Indicates whether the specified span contains only white-space characters.
public static bool IsWhiteSpace(this ReadOnlyExSpan<char> span)
span ReadOnlyExSpan<char>