Converts the value to a specific type. Returns true if conversion was possible, otherwise false.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- value
- Type: System Object
Value to convert
- type
- Type: System Type
Target type
- result
- Type: System Object
Result of the conversion
Return Value
Type: BooleanSee Also