XmlArchive.unarchiveDouble

Unarchives the value associated with the given key.

Parameters

key string

the key associated with the value

Return Value

Type: double

the unarchived value

Examples

auto archive = new XmlArchive!();
archive.beginUnarchiving(data);
auto foo = unarchiveBool("foo");

Meta