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

Definition

Encodes the specified binary bytes as Base64 and writes out the resulting 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)

Parameters

buffer
Byte[]

Byte array to encode.

index
Int32

The position in the buffer indicating the start of the bytes to write.

count
Int32

The number of bytes to write.

Applies to