Method ToCodePoints
ToCodePoints(Char[], Int32, Int32, Int32[], Int32)
Converts a sequence of .NET characters to a sequence of unicode code points.
Declaration
public int ToCodePoints(char[] src, int srcOff, int srcLen, int[] dest, int destOff)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | src | |
System.Int32 | srcOff | |
System.Int32 | srcLen | |
System.Int32[] | dest | |
System.Int32 | destOff |
Returns
Type | Description |
---|---|
System.Int32 | the number of code points written to the destination buffer |