Click or drag to resize
MacroMethodContainerGetDoubleParam Method
Returns the parameter converted to double or zero if parameter is not double.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
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: Double
See Also