get_uint64


Description:

public bool get_uint64 (string key, out uint64 value)

Retrieves a uint64 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.