IConversionService GetValue T  Method Kentico 8.1 API Reference
Converts the value to specified type. If the value is null, default value is used.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

value
Type: OnlineSystem Object
Value to convert
defaultValue
Type: T
Default value

Return Value

Type: T
See Also