TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int StringToCharArray | ( | string | text_string, |
ref char[] | array, | ||
int | start = 0 , |
||
int | count = -1 , |
||
uint | codepage = CP_ACP |
||
) |
Symbol-wise copies a string converted from Unicode to ANSI, to a selected place of array of char type
text_string | String to copy |
array | Destination array |
start | Position from which copying starts. Default - 0 |
count | Number of array elements to copy. Defines length of a resulting string. Default value is -1, which means copying up to the array end, or till terminating '\0' |
codepage | Obsolete |