| Overload | Description |
|---|---|
| GetValueOrDefault() | Overloaded. Returns the Value of the object, or Byte.MinValue. |
| GetValueOrDefault(Byte) | Overloaded. Returns the Value of the object, or the defaultValue passed. |
| GetValueOrDefault(VistaDBByte) | Overloaded. Returns the Value of the object, or the passed in defaultValue.Value. |