| DataHelperConvertValue Method (Object, Type) | 
            Converts the value to a specific type.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Object ConvertValue(
	Object value,
	Type type
)
Parameters
- value
- Type: SystemObject
 Value to convert
- type
- Type: SystemType
 Target type
Return Value
Type: 
Object See Also
See Also