84
C# String Normalize()
The C# Normalize() method is used to get a new string whose textual value is same as this string, but whose binary representation is in Unicode normalization form.
Signature
Parameter
First method does not take any parameter but second method takes a parameter of Normalization type.
Return
It returns normalized string.
C# String Normalize() Method Example.
Output:
Hello C#
Next TopicC# String IsNullOrEmpty()