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