Click or drag to resize
StringNormalize Method
Returns a new string whose textual value is the same as this string, but whose binary representation is in Unicode normalization form C.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public string Normalize()

Return Value

Type: String
A new, normalized string whose textual value is the same as this string, but whose binary representation is in normalization form C.
Exceptions
ExceptionCondition
ArgumentExceptionThe current instance contains invalid Unicode characters.
See Also