System::Xml::XmlCharacterData::Substring method

XmlCharacterData::Substring method

从指定范围检索完整字符串的子串。

virtual String System::Xml::XmlCharacterData::Substring(int32_t offset, int32_t count)
参数类型描述
offsetint32_t在字符串中开始检索的位置。偏移量为零表示起始点位于数据的开头。
countint32_t要检索的字符数。

ReturnValue

对应指定范围的子字符串。

另见