 | StringListToString 方法 (Int32, Int32) |
Sweet 开发框架
转换为字符串。
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public string ToString(
int startIndex,
int count
)
Public Function ToString (
startIndex As Integer,
count As Integer
) As String
member ToString :
startIndex : int *
count : int -> string
参数
- startIndex
- 类型:SystemInt32
开始序号 - count
- 类型:SystemInt32
长度
返回值
类型:
String字符串
参见