IsAsciiWhiteSpace()

Char::IsAsciiWhiteSpace(char_t) method

Determines whether the specified character is classified as a ASCII white space character.

static constexpr bool System::Char::IsAsciiWhiteSpace(char_t c)

Arguments

ParameterTypeDescription
cchar_tThe character to test

Return Value

True if the specified character is a ASCII white space character, otherwise - false

See Also