JsonValue.CreateStringValue Method

Creates the string for a JsonValue.

Syntax

public:
static JsonValue^ CreateStringValue(
         String^ input
)  

Parameters

input
Type: String 

  The string for the JsonValue.

Return value

Type: JsonValue 

The JsonValue.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonValue Class

JsonValue Members

Windows.Data.Json Namespace