XmlQueryOutput.WriteBase64(Byte[], Int32, Int32) 方法

定义

引发 NotSupportedException

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 override void WriteBase64(cli::array <System::Byte> ^ buffer, int index, int count);
public override void WriteBase64(byte[] buffer, int index, int count);
override this.WriteBase64 : byte[] * int * int -> unit
Public Overrides Sub WriteBase64 (buffer As Byte(), index As Integer, count As Integer)

参数

buffer
Byte[]

Byte 包含要写入数据的 buffer 对象。

index
Int32

Int32 包含开始索引。

count
Int32

Int32 包含计数字节的 。

适用于