MonobjcMonobjc Documented Class Library
DecodeInt32ForKey Method (key)
NamespacesMonobjc.FoundationNSCoderDecodeInt32ForKey(NSString)

Decodes and returns a 32-bit integer value that was previously encoded with encodeInt:forKey:, encodeInteger:forKey:, encodeInt32:forKey:, or encodeInt64:forKey: and associated with the string key.

Original signature is '- (int32_t)decodeInt32ForKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual int DecodeInt32ForKey(
	NSString key
)
Public Overridable Function DecodeInt32ForKey ( _
	key As NSString _
) As Integer
public:
virtual int DecodeInt32ForKey(
	NSString^ key
)
Parameters
key (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeInt32ForKey(Monobjc.Foundation.NSString)"]

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)