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

适用于