Get the integer value associated with the given key. If the value
was originally set via setString(), then this method will still
succeed as long as the value is a valid decimal integer.


Returns the integer value associated with the given key.

Exception | Condition |
---|---|
FormatException |
If the value is not numeric.
|
NullReferenceException |
if no value is associated with the given key
|