get_HasValue()

Nullable::get_HasValue() const method

Determines whether the current object represents any value.

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

Return Value

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

See Also