System::String::IsEmpty 方法

String::IsEmpty method

检查字符串是否既非 null 又为空。

bool System::String::IsEmpty() const

ReturnValue

如果字符串为空且非 null 则返回 true,否则返回 false。

另见