Base64UrlTextEncoder.Decode(String) 方法

定義

將非 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[]

解碼的資料。

適用於