TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
int StringReplace ( ref string  str,
string  find,
string  replacement 
)

Replaces all the found substrings of a string by a set sequence of symbols

Parameters
strstring in which you are going to replace substrings
findThe desired substring to replace
replacementString that will be inserted instead of the found one
Returns
The function returns the number of replacements in case of success, otherwise -1. To get an error code call the GetLastError() function.