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
fieldNamestringThe column name.
Returns
- double
The double value.
Exceptions
- Exception
Thrown when the field name is invalid or no double-compatible value can be found.