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
str | string in which you are going to replace substrings |
find | The desired substring to replace |
replacement | String that will be inserted instead of the found one |