XmlArchive.unarchiveEnumChar

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. char unarchiveEnumChar(string key, Id id)
  2. char unarchiveEnumChar(Id id)
    class XmlArchive(U = char)
    char
    unarchiveEnumChar
    (
    Id id
    )

Parameters

id Id

the id associated with the value

Return Value

Type: char

the unarchived value

Meta