Condividi tramite


XmlQueryOutput.WriteBase64(Byte[], Int32, Int32) Metodo

Definizione

Genera l'eccezione NotSupportedException.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

buffer
Byte[]

Oggetto buffer Byte contenente i dati da scrivere.

index
Int32

Int32 contenente l'indice iniziale.

count
Int32

Int32 contenente il numero di byte.

Si applica a