IsEmpty()

String::IsEmpty() const method

Checks if string is both non-null and empty.

bool System::String::IsEmpty() const

Return Value

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

See Also