Method GetFieldByte
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldByte(string)
Gets the value of a byte field. Also converts from string, boolean, integer, and floating-point values within the byte range.
public byte GetFieldByte(string fieldName)
Parameters
fieldNamestringThe column name.
Returns
- byte
The byte value.
Exceptions
- Exception
Thrown when the field name is invalid or no byte-compatible value can be found.