JsonValue.CreateNumberValue(Double) Method

Definition

Creates a JsonValue from a Number (Double).

public:
 static JsonValue ^ CreateNumberValue(double input);
 static JsonValue CreateNumberValue(double const& input);
public static JsonValue CreateNumberValue(double input);
function createNumberValue(input)
Public Shared Function CreateNumberValue (input As Double) As JsonValue

Parameters

input
Double

double

The Number to store in the JsonValue.

Returns

The JsonValue.

Applies to