MacroMethodContainerGetDoubleParam Method |
Returns the parameter converted to double or zero if parameter is not double.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected static double GetDoubleParam(
Object parameter,
string culture = null
)
Parameters
- parameter
- Type: SystemObject
Parameter to convert - culture (Optional)
- Type: SystemString
Culture to use to convert object to double
Return Value
Type:
DoubleSee Also