点击或拖拽改变大小

SubStringIsEmptyOrWhitespace 方法

Is the sub-string is empty string or contains only whitespaces.

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

返回值

类型:Boolean
true - empty or whitespace string, false - otherwise
参见