JsonValue.CreateStringValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static JsonValue ^ CreateStringValue(Platform::String ^ input);
static JsonValue CreateStringValue(winrt::hstring const& input);
public static JsonValue CreateStringValue(string input);
function createStringValue(input)
Public Shared Function CreateStringValue (input As String) As JsonValue
Parameters
Returns
The JsonValue.