Home » C# String Normalize() method

C# String Normalize() method

by Online Tutorials Library

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# 

You may also like