DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes the specified binary bytes as Base64 and writes out the resulting text.
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.