Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool TryParse(string, out JsonBool)

Declaration

public static bool TryParse(
    string jsonBool,
    out JsonBool result
)

Summary

Attempts to parse the specified string into a JSON boolean.

Parameters

stringjsonBool A string containing JSON syntax.
out JsonBoolresult Receives the JsonBool representing the boolean, or null if unsuccessful.

Returns

True if parsing was successful; otherwise, false.