Table of Contents

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

fieldName string

The column name.

Returns

int

The integer value.

Exceptions

Exception

Thrown when the field name is invalid or no integer-compatible value can be found.