Compartir a través de


JsonValue.CreateBooleanValue(Boolean) Método

Definición

Crea un jsonValue a partir de un valor booleano.

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

Parámetros

input
Boolean

bool

Valor que se va a almacenar en JsonValue.

Devoluciones

JsonValue.

Se aplica a