System::Nullable::IsNull method

Nullable::IsNull method

Determines if the current object represents a null-value.

bool System::Nullable<T>::IsNull() const

ReturnValue

True if the current object represents a null-value, otherwise - false

See Also