|
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
| array | Array of uchar type |
| start | Position from which copying starts. by default 0 is used |
| count | Number 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 |
| codepage | Obsolete |