System::String::IsEmpty 方法
String::IsEmpty method
检查字符串是否为非 null 且为空。
bool System::String::IsEmpty() const
ReturnValue
如果字符串为空且非 null 则为 true,否则为 false。
另见
- Class String
- Namespace System
- Library Aspose.Font for C++
检查字符串是否为非 null 且为空。
bool System::String::IsEmpty() const
如果字符串为空且非 null 则为 true,否则为 false。