System::String::IsEmpty 方法

String::IsEmpty method

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

bool System::String::IsEmpty() const

ReturnValue

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

另见