Click or drag to resize
MacroMethodContainer.GetDoubleParam 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: 10.0.0
Syntax
C#
protected static double GetDoubleParam(
	Object parameter,
	string culture = null
)

Parameters

parameter
Type: System.Object
Parameter to convert
culture (Optional)
Type: System.String
Culture to use to convert object to double

Return Value

Type: Double
See Also