This documentation is archived and is not being maintained.
String::Normalize Method
Visual Studio 2010
Returns a new string whose binary representation is in a particular Unicode normalization form.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Normalize() | Returns a new string whose textual value is the same as this string, but whose binary representation is in Unicode normalization form C. |
|
Normalize(NormalizationForm) | Returns a new string whose textual value is the same as this string, but whose binary representation is in the specified Unicode normalization form. |
Show: