Share via


DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) Metoda

Definice

Zakóduje zadané binární bajty jako Base64 a zapíše výsledný text.

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)

Parametry

buffer
Byte[]

Bajtové pole, které se má kódovat.

index
Int32

Pozice ve vyrovnávací paměti označující začátek bajtů k zápisu.

count
Int32

Počet bajtů, které mají být zapsány.

Platí pro