I want to make a string into a URL using C#. There must be something in the .NET framework that should help, right?
Another way of doing this is using Uri.EscapeUriString(stringToEscape).
Uri.EscapeUriString(stringToEscape)
1.4m articles
1.4m replys
5 comments
57.0k users