System::Xml::XmlCharacterData::Substring method

XmlCharacterData::Substring method

Retrieves a substring of the full string from the specified range.

virtual String System::Xml::XmlCharacterData::Substring(int32_t offset, int32_t count)
ParameterTypeDescription
offsetint32_tThe position within the string to start retrieving. An offset of zero indicates the starting point is at the start of the data.
countint32_tThe number of characters to retrieve.

ReturnValue

The substring corresponding to the specified range.

See Also