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

適用於