Get field value as float.
Namespace:
GeonBit.UI.Utils.Forms
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual float GetValueFloat(
string fieldId,
Nullable<float> defaultVal = null
)
Parameters
- fieldId
- Type: SystemString
Field to get. - defaultVal (Optional)
- Type: SystemNullableSingle
Default value to return if value to get is null, unselected, or empty string.
Return Value
Type:
SingleField's value.
See Also