Method | Description | |
---|---|---|
GetBool ( string name ) : bool | ||
GetBool ( string name, bool defaultValue ) : bool | ||
SetBool ( string name, bool booleanValue ) : void |
public static GetBool ( string name, bool defaultValue ) : bool | ||
name | string | |
defaultValue | bool | |
return | bool |
public static SetBool ( string name, bool booleanValue ) : void | ||
name | string | |
booleanValue | bool | |
return | void |