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)
2.1m questions
2.1m answers
60 comments
57.0k users