Compartilhar via


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

Definição

Codifica os bytes binários especificados como Base64 e grava 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[]

Matriz de bytes a ser codificada.

index
Int32

A posição no buffer que indica o início dos bytes a serem gravados.

count
Int32

O número de bytes a serem gravados.

Aplica-se a