JsonValue.CreateNumberValue Method

Creates a JsonValue from a number.

Syntax

public:
static JsonValue^ CreateNumberValue(
         float64 input
)  

Parameters

input
Type: float64 

  The number 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