Udostępnij przez


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

Definicja

Koduje określone bajty binarne jako Base64 i zapisuje wynikowy tekst.

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[]

Tablica bajtów do kodowania.

index
Int32

Pozycja w buforze wskazująca początek bajtów do zapisu.

count
Int32

Liczba bajtów do zapisania.

Dotyczy