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

ParameterTypeDescription
offsetint32_tThe position within the string to insert the supplied string data.
strDataStringThe string data that is to be inserted into the existing string.

See Also