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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static Object ConvertValue(
	Object value,
	Type type
)

Parameters

value
Type: System.Object
Value to convert
type
Type: System.Type
Target type

Return Value

Type: Object
See Also