NullableTypes Class Library

NullableByte.MaxValue Field

A constant representing the largest possible value of a NullableByte.

[Visual Basic]
Public Shared ReadOnly MaxValue As NullableByte
[C#]
public static readonly NullableByte MaxValue;

Remarks

The value of this constant is 255 or, hexadecimal 0xFF.

See Also

NullableByte Class | NullableTypes Namespace