HttpServerUtilityWrapper.UrlTokenDecode(String) 方法

定義

將 URL 字串標記解碼為等效的位元組陣列,使用以 base64 位數為基礎。

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

適用於