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

Parameters
string_varString, to which another one is added
add_substringString that is added to the end of a source string
Returns
In case of success returns true, otherwise false. In order to get an error code, the GetLastError() function should be called