Initializes a JsonData class with a string value.
Namespace: DayPilot.Web.Mvc.JsonAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public JsonData( string str ) |
Visual Basic |
---|
Public Sub New ( _ str As String _ ) |
Visual C++ |
---|
public: JsonData( String^ str ) |
Parameters
- str
- Type: System..::..String