System::String::IsNullOrEmpty メソッド

String::IsNullOrEmpty() const method

文字列が空であるか、null と見なされるかどうかをチェックします。

bool System::String::IsNullOrEmpty() const

ReturnValue

文字列が空または null の場合は true、そうでない場合は false。

参照

String::IsNullOrEmpty(const String&) method

渡された文字列が null または空であるかどうかをチェックします。

static bool System::String::IsNullOrEmpty(const String &str)
パラメーター説明
strconst String&String をチェックする。

ReturnValue

文字列が null または空の場合は true、そうでない場合は false。

参照