다음을 통해 공유


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입니다.

적용 대상