Method Normalize
Normalize(Char[], Int32)
Normalizes input text, and returns the new length. The length will always be less than or equal to the existing length.
Declaration
public virtual int Normalize(char[] text, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | text | input text |
System.Int32 | len | valid length |
Returns
Type | Description |
---|---|
System.Int32 | normalized length |