HttpServerUtilityBase.UrlTokenDecode(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中受到覆寫時,使用 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 語彙基元的位元組陣列。