Click or drag to resize
ValidationHelperGetFloat Method
Returns the double representation of an object or default value if not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static float GetFloat(
	Object value,
	float defaultValue
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemSingle
Default value

Return Value

Type: Single
See Also