FormGetValueString Method |
Get field value as a trimmed string.
Namespace:
GeonBit.UI.Utils.Forms
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual string GetValueString(
string fieldId,
string defaultVal = null
)
Parameters
- fieldId
- Type: SystemString
Field to get. - defaultVal (Optional)
- Type: SystemString
Default value to return if value to get is null, unselected, or empty string.
Return Value
Type:
StringField's value.
See Also