System::String::IsNullOrWhiteSpace method

String::IsNullOrWhiteSpace method

Geeft aan of een opgegeven string null, leeg, of uitsluitend uit witruimte‑tekens bestaat.

static bool System::String::IsNullOrWhiteSpace(const String &str)
ParameterTypeBeschrijving
strconst String&String om te controleren.

ReturnValue

true als de string null of leeg is of uitsluitend uit witruimte-tekens bestaat, anders false.

Zie ook