VerifyWhitespace()

XmlConvert::VerifyWhitespace(const String&) 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)

Arguments

ParameterTypeDescription
contentconst String&String to verify.

Return Value

The passed-in string instance if all the characters in the string argument are valid whitespace characters, otherwise nullptr.

See Also