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.