System::Xml::XmlCharacterData::Substring method
XmlCharacterData::Substring method
从指定范围检索完整字符串的子串。
virtual String System::Xml::XmlCharacterData::Substring(int32_t offset, int32_t count)
| 参数 | 类型 | 描述 |
|---|---|---|
| offset | int32_t | 在字符串中开始检索的位置。偏移量为零表示起始点位于数据的开头。 |
| count | int32_t | 要检索的字符数。 |
ReturnValue
对应指定范围的子字符串。
另见
- Class String
- Class XmlCharacterData
- Namespace System::Xml
- Library Aspose.Font for C++