encodeInt:forKey:
Encodes a given int value and associates it with a key.
Declaration
- (void) encodeInt:(int) value forKey:(NSString *) key;Parameters
- value:
The value to encode.
- key:
The key with which to associate
intv. This value must not benil.