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

Parameters
arrayArray of ushort type
startPosition, from which copying starts, Default - 0
countNumber 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
Returns
Copying result