get_key_value_int


Description:

public bool get_key_value_int (string key, out int value) throws Error

A convenience function to fetch the value of key as an integer.

Parameters:

this

An BookSqlite

key

The key to fetch a value for

value

A return location to store the value for key

Returns:

true on success, otherwise false is returned and throws is set appropriately.