Method GetFieldFloat
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
GetFieldFloat(string)
Gets the value of a single-precision floating-point field. Also converts from string, integer, long, double, and decimal fields.
public float GetFieldFloat(string fieldName)
Parameters
fieldNamestringThe column name.
Returns
- float
The float value.
Exceptions
- Exception
Thrown when the field name is invalid or no float-compatible value can be found.