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 字符串标记的字节数组。

例外

input 参数的值为 null

适用于