HttpServerUtilityBase.UrlTokenDecode(String) 方法

定义

在派生类中重写时,使用 base64 编码的数字将 URL 字符串标记解码到等效的字节数组中。

public:
 virtual cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public virtual byte[] UrlTokenDecode (string input);
abstract member UrlTokenDecode : string -> byte[]
override this.UrlTokenDecode : string -> byte[]
Public Overridable Function UrlTokenDecode (input As String) As Byte()

参数

input
String

要解码的 URL 字符串标记。

返回

Byte[]

包含解码后的 URL 标记的字节数组。

例外

适用于