DateTimeContainerToBoolean Method |
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntax public bool ToBoolean(
IFormatProvider provider
)
Parameters
- provider
- Type: SystemIFormatProvider
Return Value
Type:
BooleanImplements
IConvertibleToBoolean(IFormatProvider)See Also