byte? GetByte(byte? defaultValue = null)

Get the current value as a byte.

Parameters

Name Description
defaultValue The default value to use if the value is not a byte.

Return

The value as a byte.