JsonValue.CreateBooleanValue Method

Creates a JsonValue from a Boolean.

Syntax

public:
static JsonValue^ CreateBooleanValue(
         bool input
)  

Parameters

input
Type: bool 

  The value to store in 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