[]
Gets a boolean value specified by a path.
public bool GetBool(string path)
Public Function GetBool(path As String) As Boolean
| 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)
Public Function GetBool(path As String, defaultValue As Boolean) As Boolean
| 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 |