System::String::IsEmpty method

String::IsEmpty method

Checks if string is both non-null and empty.

bool System::String::IsEmpty() const

ReturnValue

true if string is empty and not null, false otherwise.

See Also