System::String::IsNull method

String::IsNull method

Checks if string is considered null. String is null and only if it is constructed via String() constructor, moved, copied or assigned from null string or reset() method was called.

bool System::String::IsNull() const

ReturnValue

true if string is considered null, false otherwise.

See Also