Click or drag to resize
ValidationHelperGetValueReturnType Method (Object)
Converts the value to specified type.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static ReturnType GetValue<ReturnType>(
	Object value
)

Parameters

value
Type: SystemObject
Value to convert

Type Parameters

ReturnType
Result type

Return Value

Type: ReturnType
See Also