Returns a new string whose textual value is the same as this string, but whose binary representation is in Unicode normalization form C.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public string Normalize()
Return Value
Type:
StringA new, normalized string whose textual value is the same as this string, but whose binary representation is in normalization form C.
Exceptions Exception | Condition |
---|
ArgumentException | The current instance contains invalid Unicode characters. |
See Also