NullableTypes Class Library | |
NullableSingle Explicit NullableTypes.NullableBoolean to NullableTypes.NullableSingle Conversion
Converts the NullableBoolean parameter to a
NullableSingle structure.
[Visual Basic]
returnValue = NullableSingle.op_Explicit(x)
Parameters
- x
-
A NullableBoolean to be converted to a
NullableSingle structure.
Return Value
Null if x is
Null otherwise a new
NullableSingle structure constructed from the
ByteValue of x.
See Also
NullableSingle Class | NullableTypes Namespace