Replacing several different characters in a string
- by Anry
String 14/04/2010 17:12:11.
How to replace the characters to get a string
14%04%2010%17%12%11
I know the method Replace, but its syntax Replace(Char,Char). I have to use it 3 times. How to write shorter? Use regular expressions? Can I do without them?