System::Char::IsAsciiWhiteSpace 方法

Char::IsAsciiWhiteSpace method

确定指定字符是否被归类为 ASCII 空白字符。

static constexpr bool System::Char::IsAsciiWhiteSpace(char_t c)
ParameterType描述
cchar_t要测试的字符

ReturnValue

如果指定字符是 ASCII 空白字符,则返回 true;否则返回 false

另见