DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) Método

Definição

Codifica os bytes binários especificados como Base64 e escreve o texto resultante.

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)

Parâmetros

buffer
Byte[]

Array de bytes para codificar.

index
Int32

A posição no buffer indica o início dos bytes a escrever.

count
Int32

O número de bytes a escrever.

Aplica-se a