System::Xml::XmlTextWriter::WriteChars method
XmlTextWriter::WriteChars method
Writes text one buffer at a time.
void System::Xml::XmlTextWriter::WriteChars(ArrayPtr<char16_t> buffer, int32_t index, int32_t count) override
Parameter | Type | Description |
---|---|---|
buffer | ArrayPtr<char16_t> | Character array containing the text to write. |
index | int32_t | The position in the buffer indicating the start of the text to write. |
count | int32_t | The number of characters to write. |
See Also
- Typedef ArrayPtr
- Class XmlTextWriter
- Namespace System::Xml
- Library Aspose.TeX for C++