NullableTypes Class Library

NullableBoolean.ToNullableByte Method 

Converts this NullableBoolean structure to NullableByte.

[Visual Basic]
Public Function ToNullableByte() As NullableByte
[C#]
public NullableByte ToNullableByte();

Return Value

Null if this instance is Null; otherwise a NullableByte structure whose Value equals the Value of this NullableBoolean structure. If the NullableBoolean structure's Value is true, then the NullableByte structure's Value will be 1, otherwise will be 0.

See Also

NullableBoolean Class | NullableTypes Namespace