XmlArchive.unarchiveEnumUbyte

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

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

  1. ubyte unarchiveEnumUbyte(string key)
    class XmlArchive(U = char)
    ubyte
    unarchiveEnumUbyte
    (
    string key
    )
  2. ubyte unarchiveEnumUbyte(Id id)

Parameters

key string

the key associated with the value

Return Value

Type: ubyte

the unarchived value

Meta