TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int StringSplit ( string  string_value,
char  separator,
out string[]  result 
)

Gets substrings by a specified separator from the specified string, returns the number of substrings obtained

Parameters
string_valueThe string from which you need to get substrings. The string will not change
separatorThe code of the separator character. To get the code, you can use the StringGetCharacter() function
resultAn array of strings where the obtained substrings are located
Returns
The number of substrings in the result[] array