Explicit conversion to Int32.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static explicit operator int (
	JsonData data
)
Visual Basic
Public Shared Narrowing Operator CType ( _
	data As JsonData _
) As Integer
Visual C++
static explicit operator int (
	JsonData^ data
)

Parameters

data
Type: DayPilot.Json..::..JsonData

Return Value

See Also