Click or drag to resize
DateTimeContainerToType Method
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax
C#
public Object ToType(
	Type conversionType,
	IFormatProvider provider
)

Parameters

conversionType
Type: SystemType
provider
Type: SystemIFormatProvider

Return Value

Type: Object

Implements

IConvertibleToType(Type, IFormatProvider)
See Also