TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool StringAdd | ( | ref string | string_var, |
string | add_substring | ||
) |
Adds a substring to the end of a given string
string_var | String, to which another one is added |
add_substring | String that is added to the end of a source string |