TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
string ShortArrayToString | ( | ushort[] | array, |
int | start = 0 , |
||
int | count = -1 |
||
) |
Copies part of array of character codes into a string
array | Array of ushort type |
start | Position, from which copying starts, Default - 0 |
count | Number of array elements to copy. Defines the length of a resulting string. Default value is -1, which means copying up to the array end, or till terminal 0 |