Converts this NullableUInt32 instance to a NullableByte.
A NullableByte that is NullableByte.Null if this NullableUInt32 is Null otherwise a NullableByte whose NullableByte.Value equals the Value of this instance.
| Exception Type | Condition |
|---|---|
| OverflowException | This NullableUInt32 value is a number that is less than Byte.MinValue or greater than Byte.MaxValue. |
Namespace: TechTalk.Genome.NullableTypes
Assembly: TechTalk.Genome (in TechTalk.Genome.dll)
Version: 4.2.4.4
Editions: Professional, Evaluation, Express
NullableUInt32 Class | TechTalk.Genome.NullableTypes Namespace