JsonValue.CreateBooleanValue(Boolean) Méthode

Définition

Crée une valeur JsonValue à partir d’un booléen.

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

Paramètres

input
Boolean

bool

Valeur à stocker dans jsonValue.

Retours

JsonValue.

S’applique à