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