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