TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int StringCompare | ( | string | string1, |
string | string2, | ||
bool | case_sensitive = true |
||
) |
Compares two strings and returns the comparison result in form of an integer
string1 | The first string |
string2 | The second string |
case_sensitive | Case sensitivity mode selection. If it is true, then "A">"a". If it is false, then "A"="a". By default the value is equal to true |