The CoreExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
| |
GetList ExtensionType |
Gets the list items of the given type
| |
GetListItem ExtensionType |
Gets the list item for the given type
| |
GetStaticProperties PropertyType |
Gets the static property of the given type
| |
GetString |
Gets the string by the specified resource key
| |
StaticProperty PropertyType |
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.
|
See Also