Click or drag to resize
FormGetValueFloat Method
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
C#
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: Single
Field's value.
See Also