NullableTypes Class Library

NullableByte Explicit NullableTypes.NullableByte to System.Byte Conversion 

Converts a NullableByte to a Byte.

[Visual Basic]
returnValue = NullableByte.op_Explicit(x)
[C#]
public static explicit operator byte(
   NullableByte x
);

Parameters

x
A NullableByte to convert.

Return Value

A Byte set to the Value of the NullableByte.

Exceptions

Exception TypeCondition
NullableNullValueExceptionx is Null.

See Also

NullableByte Class | NullableTypes Namespace