共用方式為


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 緩衝區物件,包含要寫入的資料。

index
Int32

含有起始索引的 Int32

count
Int32

Int32,包含計數位元組。

適用於