get_int64


Description:

public bool get_int64 (string meta_item, out int64 dest)

Gets the current int64 value of the specified field of the meta container.

If the field does not have a set value, or it is of the wrong type, the method will fail.

Parameters:

this

A MetaContainer

meta_item

The key for the this field to get

dest

Destination into which the value under meta_item should be copied.

Returns:

true if the int64 value under meta_item was copied to dest.