CreateString Method (value)

Json.NET

Json.NET - Quick Starts & API Documentation CreateString Method (value)
NamespacesNewtonsoft.Json.LinqJValueCreateString(String)
Creates a JValue string with the given value.
Declaration Syntax
C# Visual Basic Visual C++
public static JValue CreateString(
	string value
)
Public Shared Function CreateString ( _
	value As String _
) As JValue
public:
static JValue^ CreateString(
	String^ value
)
Parameters
value (String)
The value.
Return Value
A JValue string with the given value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)