Explicit conversion to Int32.
Namespace:
DayPilot.JsonAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public static explicit operator int ( JsonData data ) |
| Visual Basic (Declaration) |
|---|
Public Shared Narrowing Operator CType ( _ data As JsonData _ ) As Integer |
| Visual C++ |
|---|
static explicit operator int ( JsonData^ data ) |
Parameters
- data
- Type: DayPilot.Json..::.JsonData