public static string UrlEncode( string sourceString, string encodingName )
Parameters
- sourceString
Type: System.String
The source string.
- encodingName
Type: System.String
Name of encoding, UTF-8 by default.
Return Value
Type: System.String
A encoded string.