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