Метод System::String::IsNullOrEmpty

String::IsNullOrEmpty() const method

Проверяет, пуста ли строка или считается null.

bool System::String::IsNullOrEmpty() const

ReturnValue

true, если строка пуста или null, иначе false.

См. также

String::IsNullOrEmpty(const String&) method

Проверяет, является ли переданная строка null или пуста.

static bool System::String::IsNullOrEmpty(const String &str)
ПараметрТипОписание
strconst String&String для проверки.

ReturnValue

true, если строка null или пуста, иначе false.

См. также