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)
Parameter | Type | Description |
---|---|---|
c | char_t | The character to test |
ReturnValue
True if the specified character is a ASCII white space character, otherwise - false
See Also
- Class Char
- Namespace System
- Library Aspose.TeX for C++