hi guys! Is the code below is the right implementation of String.Replace?
If not, can you please help on how to replace * to %. Thanks in advance!Code:SearchString = TxtSettingsUserSearch.Text; SearchString.Replace("*", "%"); MessageBox.Show("SearchString: " + SearchString);


Reply With Quote