DelegatingXmlDictionaryWriter.WriteBase64(Byte[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的二进制字节编码为 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
要写入的字节数。