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

Parameters
text_stringString to copy
arrayDestination array
startPosition from which copying starts. Default - 0
countNumber 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'
codepageObsolete
Returns
Number of copied elements