HttpServerUtilityWrapper.UrlTokenDecode(String) 方法

定义

使用 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 字符串令牌的字节数组。

例外

参数的值 inputnull.

适用于