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)
ParameterTypeDescription
contentconst 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