System::Xml::XmlConvert::VerifyWhitespace method
XmlConvert::VerifyWhitespace method
Returns the passed-in string instance if all the characters in the string argument are valid whitespace characters.
static String System::Xml::XmlConvert::VerifyWhitespace(const String &content)
| Parameter | Type | Description | 
|---|---|---|
| content | const String& | String to verify. | 
ReturnValue
The passed-in string instance if all the characters in the string argument are valid whitespace characters, otherwise nullptr.
See Also
- Class String
 - Class XmlConvert
 - Namespace System::Xml
 - Library Aspose.PDF for C++