Get field's value.
Namespace:
GeonBit.UI.Utils.Forms
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Object GetValue(
string fieldId,
Object defaultVal = null
)
Parameters
- fieldId
- Type: SystemString
Field to get. - defaultVal (Optional)
- Type: SystemObject
Default value to return if value to get is null, unselected, or empty string.
Return Value
Type:
ObjectField's value.
See Also