JsonValue.CreateBooleanValue(Boolean) メソッド

定義

ブール値から JsonValue を作成します。

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

パラメーター

input
Boolean

bool

JsonValue に格納する値。

戻り値

JsonValue

適用対象