ValidationHelperGetDoubleSystem Method |
Returns the double representation of an object (using English representation of floating point numbers) or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static double GetDoubleSystem(
Object value,
double defaultValue
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDouble
Default value
Return Value
Type:
DoubleSee Also