public static string UrlDecode( 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 decoded string.