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

已解码的数据。

适用于