System::String::Remove 方法

String::Remove method

从当前字符串中提取除子串之外的所有内容。

String System::String::Remove(int32_t startIndex, int32_t count=INT32_MAX) const
参数类型描述
startIndexint32_t不提取的第一个字符的索引。
countint32_t不提取的字符数量。

ReturnValue

String around specified substring.

另见