decodeInt64(forKey:)
Decodes a 64-bit integer value associated with a given key.
Declaration
func decodeInt64(forKey key: String) -> Int64Parameters
- key:
A key in the archive within the current decoding scope.
keymust not benil.
Return Value
The 64-bit integer value associated with the key key. Returns 0 if key does not exist.
Discussion
If the archived value was encoded with a different size but is still an integer, the type is coerced.