Share via


JsonValue.CreateBooleanValue(Boolean) Method

Definition

Creates a JsonValue from a Boolean.

public:
 static JsonValue ^ CreateBooleanValue(bool input);
 static JsonValue CreateBooleanValue(bool const& input);
public static JsonValue CreateBooleanValue(bool input);
function createBooleanValue(input)
Public Shared Function CreateBooleanValue (input As Boolean) As JsonValue

Parameters

input
Boolean

bool

The value to store in the JsonValue.

Returns

The JsonValue.

Applies to