System::Security::SecurityElement::IsValidText 方法

SecurityElement::IsValidText method

检查文本是否有效。

static bool System::Security::SecurityElement::IsValidText(const String &text)
参数类型描述
textconst String&Text 用于测试。

ReturnValue

如果文本有效则为 True,否則为 false。

另见