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

適用対象