Description:

Get value as int, will return defaultValue unless value was created using Set(string key, int value)

Syntax:
public Int32 GetInteger(
String key,
Int32 defaultValue
)
Returns:
Type: Int32
Available since:
5.0

Description:

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

Syntax:
public Int32 GetInteger(
String key
)
Returns:
Type: Int32
Available since:
5.0

Nothing found