System::Char::IsAsciiWhiteSpace method

Char::IsAsciiWhiteSpace method

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

static constexpr bool System::Char::IsAsciiWhiteSpace(char_t c)
ParameterTypeDescription
cchar_tThe character to test

ReturnValue

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

See Also