[]
Gets a boolean value specified by a path.
public bool GetBool(string path)
Type | Name | Description |
---|---|---|
string | path | The target path. |
Type | Description |
---|---|
bool | The boolean value specified by |
Gets a boolean value specified by a path.
public bool GetBool(string path, bool defaultValue)
Type | Name | Description |
---|---|---|
string | path | The target path. |
bool | defaultValue | Used if value at specified path does not exist. |
Type | Description |
---|---|
bool | The boolean value specified by |