Method GetInt
GetInt(string, string)
Gets the stored integer with the specified key.
public int? GetInt(string prefix, string key)
Parameters
Returns
- int?
The integer value stored with the specified key, otherwise null if the key has no value populated.