MonobjcMonobjc Documented Class Library
EncodeIntForKey Method (intv, key)
NamespacesMonobjc.FoundationNSCoderEncodeIntForKey(Int32, NSString)

Encodes intv and associates it with the string key.

Original signature is '- (void)encodeInt:(int)intv forKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EncodeIntForKey(
	int intv,
	NSString key
)
Public Overridable Sub EncodeIntForKey ( _
	intv As Integer, _
	key As NSString _
)
public:
virtual void EncodeIntForKey(
	int intv, 
	NSString^ key
)
Parameters
intv (Int32)
MISSING
key (NSString)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)