InsertData()
XmlCharacterData::InsertData(int32_t, String) method
Inserts the specified string at the specified character offset.
virtual void System::Xml::XmlCharacterData::InsertData(int32_t offset, String strData)
Arguments
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.Slides