Gets true for String values.

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

Syntax

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

See Also