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

Definitie

Werpt NotSupportedException.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Parameters

buffer
Byte[]

Byte bufferobject dat gegevens bevat die moeten worden geschreven.

index
Int32

Int32 die de beginindex bevat.

count
Int32

Int32 dat aantal bytes bevat.

Van toepassing op