Method StrCpy
StrCpy(Char[], Int32, Char[], Int32)
Declaration
public static void StrCpy(char[] dst, int di, char[] src, int si)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | dst | |
System.Int32 | di | |
System.Char[] | src | |
System.Int32 | si |