Click or drag to resize
DataHelperConvertValue Method (Object, Type)
Converts the value to a specific type.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public 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