System::String::IsNullOrWhiteSpace 方法
String::IsNullOrWhiteSpace method
指示指定的字符串是 null、为空,还是仅由空白字符组成。
static bool System::String::IsNullOrWhiteSpace(const String &str)
| 参数 | 类型 | 描述 |
|---|---|---|
| str | const String& | String 用于检查。 |
ReturnValue
如果字符串为 null、为空或仅由空白字符组成,则返回 true;否则返回 false。
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++