System::Char::IsAsciiWhiteSpace 方法
Char::IsAsciiWhiteSpace method
确定指定字符是否被归类为 ASCII 空白字符。
static constexpr bool System::Char::IsAsciiWhiteSpace(char_t c)
| 参数 | 类型 | 描述 |
|---|---|---|
| c | char_t | 要测试的字符 |
ReturnValue
如果指定字符是 ASCII 空白字符,则为 true,否则为 false
另见
- Class Char
- Namespace System
- Library Aspose.Font for C++