System::Security::SecurityElement::IsValidText method

SecurityElement::IsValidText method

Checks if text is valid.

static bool System::Security::SecurityElement::IsValidText(const String &text)
ParameterTypeDescription
textconst String&Text to test.

ReturnValue

True if text is valid, false otherwise.

See Also