System::Xml::XmlTextWriter::WriteBase64 メソッド
XmlTextWriter::WriteBase64 method
指定されたバイナリバイトを base64 としてエンコードし、結果のテキストを書き出します。
void System::Xml::XmlTextWriter::WriteBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count) override
| パラメーター | 型 | 説明 |
|---|---|---|
| buffer | ArrayPtr<uint8_t> | エンコードする Byte 配列。 |
| インデックス | int32_t | 書き込むバイトの開始位置を示すバッファ内の位置。 |
| count | int32_t | 書き込むバイト数 |
参照
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.Page for C++