System::String::IsEmpty metod

String::IsEmpty method

Kontrollerar om strängen både är icke‑null och tom.

bool System::String::IsEmpty() const

ReturnValue

true om strängen är tom och inte null, false annars.

Se även