MonobjcMonobjc Documented Class Library
StringForType Method (type)
NamespacesMonobjc.AppKitNSPasteboardItemStringForType(NSString)

Returns the value for the specified type as a string.

Original signature is '- (NSString *)stringForType:(NSString *)type'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString StringForType(
	NSString type
)
Public Overridable Function StringForType ( _
	type As NSString _
) As NSString
public:
virtual NSString^ StringForType(
	NSString^ type
)
Parameters
type (NSString)
A UTI type string.
Return Value
The value for the specified type as a string.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)