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

書き込むバイト数。

適用対象