Substring()

XmlCharacterData::Substring(int32_t, int32_t) method

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

virtual String System::Xml::XmlCharacterData::Substring(int32_t offset, int32_t count)

Arguments

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.

Return Value

The substring corresponding to the specified range.

See Also