Table of Contents

Method GetFieldDouble

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

GetFieldDouble(string)

Gets the value of a double-precision floating-point field. Also converts from float, string, integer, long, and decimal fields.

public double GetFieldDouble(string fieldName)

Parameters

fieldName string

The column name.

Returns

double

The double value.

Exceptions

Exception

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