SubString 构造函数 (String, Int32, Int32) |
Init.
命名空间:
DSkin.Html.Core.Utils
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public SubString(
string fullString,
int startIdx,
int length
)
参数
- fullString
- 类型:SystemString
the full string that this sub-string is part of - startIdx
- 类型:SystemInt32
the start index of the sub-string - length
- 类型:SystemInt32
the length of the sub-string starting at startIdx
异常
参见