点击或拖拽改变大小

SubString 构造函数 (String)

Init sub-string that is the full string.

命名空间:  DSkin.Html.Core.Utils
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public SubString(
	string fullString
)

参数

fullString
类型:SystemString
the full string that this sub-string is part of
参见