NullableTypes Class Library | |
NullableByte Implicit System.Byte to NullableTypes.NullableByte Conversion
Converts the Byte parameter to a
NullableByte structure.
[Visual Basic]
returnValue = NullableByte.op_Implicit(x)
Parameters
- x
-
A Byte to be converted to a
NullableByte structure.
Return Value
A new NullableByte structure constructed from
x.
See Also
NullableByte Class | NullableTypes Namespace