IsValidText()

SecurityElement::IsValidText(const String&) method

Checks if text is valid.

static bool System::Security::SecurityElement::IsValidText(const String &text)

Arguments

ParameterTypeDescription
textconst String&Text to test.

Return Value

True if text is valid, false otherwise.

See Also