System::String::IsNormalized 方法

String::IsNormalized method

检查 Unicode 字符串是否已使用指定的规范化形式进行规范化。

bool System::String::IsNormalized(System::Text::NormalizationForm form) const
参数类型描述
formSystem::Text::NormalizationForm标准化形式,详情请参阅 System::Text::NormalizationForm

ReturnValue

如果字符串已经规范化则为 true,否则为 false。

另见