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

書き込むバイト数。

適用対象