ReplaceData()

XmlCharacterData::ReplaceData(int32_t, int32_t, String) method

Replaces the specified number of characters starting at the specified offset with the specified string.

virtual void System::Xml::XmlCharacterData::ReplaceData(int32_t offset, int32_t count, String strData)

Arguments

ParameterTypeDescription
offsetint32_tThe position within the string to start replacing.
countint32_tThe number of characters to replace.
strDataStringThe new data that replaces the old string data.

See Also