Description:

Get value as int, will only succeed if value was created using Set(string key, int value)

Syntax:
public bool TryGetInteger(
string key,
out int value
)
Returns:
Type: bool
Available since:
5.0

Nothing found