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