HttpServerUtility.UrlTokenDecode Method
.NET Framework 3.0
Decodes a URL string token to its equivalent byte array using base 64 digits.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The UrlTokenDecode method converts a URL string token, which encodes binary data as base 64 digits, to its equivalent byte array representation. Use the UrlTokenDecode method to decode tokens transmitted on the URL and encoded by using the UrlTokenEncode.
The UrlTokenDecode method will return an empty byte array if the input parameter has a length of less than one.
Community Additions
ADD
Show: