DesktopUtilsgetJSONBool Method |
"defaultValue" is returned if no match is found.
The JSON object to retrieve a value from.The key to search for.The value to return if no key match is found.Namespace: Openfin.Desktop
public static bool getJSONBool( JObject jsonObject, string key, bool defaultValue = false )
[Missing <param name="jsonObject"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONBool(Newtonsoft.Json.Linq.JObject,System.String,System.Boolean)"]
[Missing <param name="key"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONBool(Newtonsoft.Json.Linq.JObject,System.String,System.Boolean)"]
[Missing <param name="defaultValue"/> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONBool(Newtonsoft.Json.Linq.JObject,System.String,System.Boolean)"]
[Missing <returns> documentation for "M:Openfin.Desktop.DesktopUtils.getJSONBool(Newtonsoft.Json.Linq.JObject,System.String,System.Boolean)"]