Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public int optInt(
	string key
)
Visual Basic
Public Function optInt ( _
	key As String _
) As Integer
Visual C++
public:
int optInt(
	String^ key
)

Parameters

key
Type: System..::..String

See Also