XmlArchive.unarchiveEnumUlong

Unarchives the value associated with the given id as a bool.

This method is used when the unarchiving a enum value with the base type bool.

  1. ulong unarchiveEnumUlong(string key)
  2. ulong unarchiveEnumUlong(Id id)
    class XmlArchive(U = char)
    ulong
    unarchiveEnumUlong
    (
    Id id
    )

Parameters

id Id

the id associated with the value

Return Value

Type: ulong

the unarchived value

Meta