Gets true for Int values

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

Syntax

C#
public bool IsInt { get; }
Visual Basic
Public ReadOnly Property IsInt As Boolean
	Get
Visual C++
public:
property bool IsInt {
	bool get ();
}

See Also