How do I replace all the spaces with %20 in C#?

Another way of doing this is using Uri.EscapeUriString(stringToEscape).

Leave a Comment