Method Normalize
Normalize(Char[], Int32)
Normalize an input buffer of Arabic text
Declaration
public virtual int Normalize(char[] s, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | input buffer |
System.Int32 | len | length of input buffer |
Returns
Type | Description |
---|---|
System.Int32 | length of input buffer after normalization |