[]
Converts an object to a boolean value.
public static bool GetBool(object value, bool defaultValue)
| Type | Name | Description |
|---|---|---|
| object | value | The object to convert. |
| bool | defaultValue | The default value. |
| Type | Description |
|---|---|
| bool | The converted value, or |