TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
string CharArrayToString ( char[]  array,
int  start = 0,
int  count = -1,
uint  codepage = CP_ACP 
)

Copies and converts part of array of uchar type into a string

Parameters
arrayArray of uchar type
startPosition from which copying starts. by default 0 is used
countNumber of array elements for copying. Defines the length of a resulting string. Default value is -1, which means copying up to the array end, or till terminal 0
codepageObsolete
Returns
Conversion result