طريقة System::Xml::XmlWriter::WriteBase64
XmlWriter::WriteBase64 method
عند تجاوزها في فئة مشتقة، تقوم بترميز البايتات الثنائية المحددة كـ Base64 وتكتب النص الناتج.
virtual void System::Xml::XmlWriter::WriteBase64(ArrayPtr<uint8_t> buffer, int32_t index, int32_t count)=0
| معامل | نوع | الوصف |
|---|---|---|
| buffer | ArrayPtr<uint8_t> | Byte مصفوفة للتشفير. |
| الفهرس | int32_t | الموضع في المخزن المؤقت الذي يشير إلى بداية البايتات التي سيتم كتابتها. |
| count | int32_t | عدد البايتات التي سيتم كتابتها. |
انظر أيضًا
- Typedef ArrayPtr
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Font for C++