81
C# String IsNormalized()
The C# IsNormalized() method is used to check whether the string is in Unicode normalization form. It returns boolean value.
Signature
Parameters
It does not take any parameter.
Return
It returns boolean.
C# String IsNormalized() Method Example
Output:
Hello C# True
Next TopicC# String Normalize()