Click or drag to resize
DateTimeContainerToDouble Method
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public double ToDouble(
	IFormatProvider provider
)

Parameters

provider
Type: SystemIFormatProvider

Return Value

Type: Double

Implements

IConvertibleToDouble(IFormatProvider)
See Also