JsonValue.CreateBooleanValue(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
Returns
The JsonValue.