Bagikan melalui


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

Definisi

Mengodekan byte biner yang ditentukan sebagai Base64 dan menulis teks yang dihasilkan.

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)

Parameter

buffer
Byte[]

Byte array untuk dikodekan.

index
Int32

Posisi dalam buffer yang menunjukkan awal byte untuk menulis.

count
Int32

Jumlah byte yang akan ditulis.

Berlaku untuk