CoreExtensions Class |
Namespace: CMS.Base
public static class CoreExtensions
The CoreExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
| |
GetListExtensionType |
Gets the list items of the given type
| |
GetListItemExtensionType |
Gets the list item for the given type
| |
GetStaticPropertiesPropertyType |
Gets the static property of the given type
| |
GetString |
Gets the string by the specified resource key
| |
StaticPropertyPropertyType |
Gets the static property of the given type
| |
ToBoolean |
Returns the boolean representation of an object or default value if not.
| |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
| |
ToDouble |
Returns the double representation of an object or default value if not.
| |
ToGuid |
Returns the Guid representation of an object or default value if not.
| |
ToInteger |
Returns the integer representation of an object or default value if not.
| |
ToString |
Returns the string representation of an object or default value if not.
|