Base64UrlTextEncoder.Decode(String) メソッド

定義

指定された文字列をデコードし、URL のエンコダブル文字以外の文字を URL エンコダブル文字に置き換え、Base64 文字列をデコードします。

public:
 static cli::array <System::Byte> ^ Decode(System::String ^ text);
public static byte[] Decode (string text);
static member Decode : string -> byte[]
Public Shared Function Decode (text As String) As Byte()

パラメーター

text
String

デコードする文字列。

戻り値

Byte[]

デコードされたデータ。

適用対象