StringExtensions.IsNullOrWhiteSpace(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查字符串是否为 null 或仅包含空格
public:
[System::Runtime::CompilerServices::Extension]
static bool IsNullOrWhiteSpace(System::String ^ value);
public static bool IsNullOrWhiteSpace (this string value);
static member IsNullOrWhiteSpace : string -> bool
<Extension()>
Public Function IsNullOrWhiteSpace (value As String) As Boolean
参数
- value
- String
要验证的字符串
返回
操作的结果