TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int StringToShortArray ( string  text_string,
ref ushort[]  array,
int  start = 0,
int  count = -1 
)

Symbol-wise copy of a string into a specified place of an array of ushort type

Parameters
text_stringString to copy
arrayArray of ushort type
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
Returns