MonobjcMonobjc Documented Class Library
DecodeBytesForKeyReturnedLength Method (key, lengthp)
NamespacesMonobjc.FoundationNSCoderDecodeBytesForKeyReturnedLength(NSString, NSUInteger%)

Decodes a buffer of data that was previously encoded with encodeBytes:length:forKey: and associated with the string key.

Original signature is '- (const uint8_t *)decodeBytesForKey:(NSString *)key returnedLength:(NSUInteger *)lengthp'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr DecodeBytesForKeyReturnedLength(
	NSString key,
	out NSUInteger lengthp
)
Public Overridable Function DecodeBytesForKeyReturnedLength ( _
	key As NSString, _
	<OutAttribute> ByRef lengthp As NSUInteger _
) As IntPtr
public:
virtual IntPtr DecodeBytesForKeyReturnedLength(
	NSString^ key, 
	[OutAttribute] NSUInteger% lengthp
)
Parameters
key (NSString)
MISSING
lengthp (NSUInteger%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeBytesForKeyReturnedLength(Monobjc.Foundation.NSString,Monobjc.Foundation.NSUInteger@)"]

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)