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
string_value | The string from which you need to get substrings. The string will not change |
separator | The code of the separator character. To get the code, you can use the StringGetCharacter() function |
result | An array of strings where the obtained substrings are located |