System::Xml::XmlCharacterData::InsertData method
XmlCharacterData::InsertData method
Inserts the specified string at the specified character offset.
virtual void System::Xml::XmlCharacterData::InsertData(int32_t offset, String strData)
| Parameter | Type | Description | 
|---|---|---|
| offset | int32_t | The position within the string to insert the supplied string data. | 
| strData | String | The string data that is to be inserted into the existing string. | 
See Also
- Class String
- Class XmlCharacterData
- Namespace System::Xml
- Library Aspose.Font for C++