String::Normalize Method
.NET Framework (current version)
Returns a new string whose binary representation is in a particular Unicode normalization form.
Assembly: mscorlib (in mscorlib.dll)
| 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:
