'Declaration Public Overloads Function GetBool( _ ByVal path As System.String, _ ByVal defaultValue As System.Boolean _ ) As System.Boolean
public System.bool GetBool( System.string path, System.bool defaultValue )
Parameters
- path
- The target path.
- defaultValue
- Used if value at specified path does not exist.
Return Value
The boolean value specified by path or %% if value at specified path does not exist.