Click or drag to resize
CoreExtensions Class
Base extensions
Inheritance Hierarchy
SystemObject
  CMS.BaseCoreExtensions

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static class CoreExtensions

The CoreExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAPIString
Gets the string by the specified resource key
Public methodStatic memberGetListExtensionType
Gets the list items of the given type
Public methodStatic memberGetListItemExtensionType
Gets the list item for the given type
Public methodStatic memberGetStaticPropertiesPropertyType
Gets the static property of the given type
Public methodStatic memberGetString
Gets the string by the specified resource key
Public methodStatic memberStaticPropertyPropertyType
Gets the static property of the given type
Public methodStatic memberToBoolean
Returns the boolean representation of an object or default value if not.
Public methodStatic memberToDateTime
Returns the DateTime representation of an object or default value if not.
Public methodStatic memberToDouble
Returns the double representation of an object or default value if not.
Public methodStatic memberToGuid
Returns the Guid representation of an object or default value if not.
Public methodStatic memberToInteger
Returns the integer representation of an object or default value if not.
Public methodStatic memberToString
Returns the string representation of an object or default value if not.
Top
See Also