Converts the value to a proper type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxpublic abstract Object Convert(
Object value,
CultureInfo culture,
Object defaultValue
)
Parameters
- value
- Type: SystemObject
Value to convert - culture
- Type: System.GlobalizationCultureInfo
Culture used for conversion of the type - defaultValue
- Type: SystemObject
Default value to return in case the conversion fails
Return Value
Type:
Object
See Also