Share via


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 です。

適用対象