TryGetBool
TryGetBool(string, out bool)
public bool TryGetBool(string name, out bool value) ;
Description
Get the value of the Bool type.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Name. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.
TryGetBool(int, out bool)
public bool TryGetBool(int id, out bool value) ;
Description
Get the value of the Bool type.
Parameters
| Parameter Name | Description | 
|---|---|
| id | ID. | 
| value | Value. | 
Returns
The true when there parameters of the specified name.