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
text_string | String to copy |
array | Array of ushort type |
start | Position, from which copying starts. Default - 0 |
count | Number of array elements to copy. Defines length of a resulting string. Default value is -1, which means copying up to the array end |