Method ToChars
ToChars(Int32, Char[], Int32)
Declaration
public static int ToChars(int codePoint, char[] dst, int dstIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | codePoint | |
System.Char[] | dst | |
System.Int32 | dstIndex |
Returns
Type | Description |
---|---|
System.Int32 |
ToChars(Int32)
Declaration
public static char[] ToChars(int codePoint)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | codePoint |
Returns
Type | Description |
---|---|
System.Char[] |