 | StringUtilsUrlDecode Method |
UrlDecodes a string without requiring System.Web
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string UrlDecode(
string text
)
Public Shared Function UrlDecode (
text As String
) As String
public:
static String^ UrlDecode(
String^ text
)
static member UrlDecode :
text : string -> string
Parameters
- text
- Type: SystemString
String to decode.
Return Value
Type:
Stringdecoded string
See Also