Gets the value of the current
NullableT value.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax Return Value
Type:
TThe value of the current
NullableT object if the
HasValue property is true. An exception is thrown if the
HasValue property is false.
Exceptions See Also