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
書き込むバイト数。