CoreExtensions MembersKentico 8.1 API Reference
The CoreExtensions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetAPIString
Gets the string by the specified resource key
Public methodStatic memberGetList ExtensionType 
Gets the list items of the given type
Public methodStatic memberGetListItem ExtensionType 
Gets the list item for the given type
Public methodStatic memberGetStaticProperties PropertyType 
Gets the static property of the given type
Public methodStatic memberGetString
Gets the string by the specified resource key
Public methodStatic memberStaticProperty PropertyType 
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.
Back to Top
See Also