IsNull()

Nullable::IsNull() const method

Determines if the current object represents a null-value.

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

Return Value

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

See Also