JsonElement.GetBytesFromBase64 方法

定义

获取作为字节数组的元素的值。

public:
 cli::array <System::Byte> ^ GetBytesFromBase64();
public byte[] GetBytesFromBase64 ();
member this.GetBytesFromBase64 : unit -> byte[]
Public Function GetBytesFromBase64 () As Byte()

返回

Byte[]

编码为字节数组的值。

例外

值未编码为 base 64 文本,因此无法解码为字节。

注解

此方法不创建 Base64 编码 JSON 字符串以外的值的字节表示形式。

适用于