HttpServerUtilityWrapper.UrlTokenDecode(String) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 base64 数字将 URL 字符串标记解码为等效字节数组。
public:
 override cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);public override byte[] UrlTokenDecode (string input);override this.UrlTokenDecode : string -> byte[]Public Overrides Function UrlTokenDecode (input As String) As Byte()参数
- input
- String
要解码的 URL 字符串标记。
返回
- Byte[]
包含解码后的 URL 字符串标记的字节数组。
例外
input 参数的值为 null。