NullableTHasValue Property |
Gets a value indicating whether the current
NullableT object has a value.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool HasValue { get; }
Return Value
Type:
Booleantrue if the current
NullableT object has a value; false if the current
NullableT object has no value.
See Also