.NET Framework Helper APIs
| Property Name | Description |
|---|---|
| DateTime | Provides access to static members of the System.DateTime type |
| Guid | Provides access to static members of the System.Guid type |
| TimeSpan | Provides access to static members of the System.TimeSpan type |
| Math | Provides access to static members of the System.Math type |
| String | Provides access to static members of the System.String type |
| Type | Provides access to static members of the System.Type type |
| Convert | Provides access to static members of the System.Convert type |
| Regex | Provides access to static members of the System.Text.RegularExpressions.Regex type |
| Enum | Provides access to static members of the System.Enum type |