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

適用於