ValidationHelperGetDouble Method (Object, Double, String) |
Returns the double representation of an object or default value if not.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static double GetDouble(
Object value,
double defaultValue,
string culture
)
Parameters
- value
- Type: SystemObject
Value to convert - defaultValue
- Type: SystemDouble
Default value - culture
- Type: SystemString
Culture code
Return Value
Type:
DoubleSee Also