ValidationHelperGetValueReturnType Method (Object) |
Converts the value to specified type.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static ReturnType GetValue<ReturnType>(
Object value
)
Parameters
- value
- Type: SystemObject
Value to convert
Type Parameters
- ReturnType
- Result type
Return Value
Type:
ReturnTypeSee Also