ValidationHelperGetFloat Method |
Returns the double representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static float GetFloat(
Object value,
float defaultValue
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemSingle
Default value
Return Value
Type:
SingleSee Also