The Extensions type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| FromISO8601String |
Gets the DateTime from an ISO8601 string.
| |
| ToEnum T |
Converts a string to its enum representation.
| |
| ToISO8601String |
Converts a DateTime object to an ISO8601 representation.
| |
| ToJSON(IList String ) |
Converts a list of strings to JSON representation.
| |
| ToJSON T (IList T ) |
Converts a list T of type Component to JSON representation.
|
Fields
| Name | Description | |
|---|---|---|
| ISO8601 |
ISO-8601 date time format string.
|
See Also