HttpServerUtilityBase.UrlTokenDecode Method (String)
.NET Framework (current version)
When overridden in a derived class, decodes a URL string token into an equivalent byte array by using base64-encoded digits.
Assembly: System.Web (in System.Web.dll)
abstract UrlTokenDecode : input:string -> byte[] override UrlTokenDecode : input:string -> byte[]
Parameters
- input
-
Type:
System.String
The URL string token to decode.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: