Method GetFieldInteger
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldInteger(string)
Gets the value of a 32-bit integer field. Also converts from string, boolean, DateTime/Date (UNIX epoch), decimal, long, and floating-point fields.
public int GetFieldInteger(string fieldName)
Parameters
fieldNamestringThe column name.
Returns
- int
The integer value.
Exceptions
- Exception
Thrown when the field name is invalid or no integer-compatible value can be found.