Méthode System::Char::IsAsciiWhiteSpace
Char::IsAsciiWhiteSpace method
Détermine si le caractère spécifié est classé comme un caractère d’espace blanc ASCII.
static constexpr bool System::Char::IsAsciiWhiteSpace(char_t c)
| Paramètre | Type | Description |
|---|---|---|
| c | char_t | Le caractère à tester |
ReturnValue
Vrai si le caractère spécifié est un caractère d’espace blanc ASCII, sinon - faux
Voir aussi
- Class Char
- Namespace System
- Library Aspose.Font for C++