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