Gets true for String values.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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