System::String::IsNullOrWhiteSpace メソッド

String::IsNullOrWhiteSpace method

指定された文字列が null、空、または空白文字だけで構成されているかどうかを示します。

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

ReturnValue

文字列が null、空、または空白文字だけで構成されている場合は true、そうでない場合は false です。

参照