get_int32


Description:

public bool get_int32 (string key, out int value)

Retrieves a int32 value.

Parameters:

this

instance of Dictionary

key

key to look up

value

points to the location where the value should be set

Returns:

true if the value was retrieved successfully, false otherwise.