System::String::IsEmpty メソッド

String::IsEmpty method

文字列が null ではなくかつ空であるかどうかをチェックします。

bool System::String::IsEmpty() const

ReturnValue

文字列が空でかつ null でない場合は true、それ以外は false。

参照