DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) 方法

定义

将指定的二进制字节编码为 Base64 并写出结果文本。

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)

参数

buffer
Byte[]

要进行编码的字节数组。

index
Int32

缓冲区中指示要写入字节的起始位置的位置。

count
Int32

要写入的字节数。

适用于