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