StringExtensions.IsNullOrWhiteSpace(String) 方法

定义

检查字符串是否为 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

要验证的字符串

返回

操作的结果

适用于