Explicit conversion to String.

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

Syntax

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

Parameters

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

Return Value

See Also