MonobjcMonobjc Documented Class Library
DescriptionWithLocale Method (locale)
NamespacesMonobjc.FoundationNSSetDescriptionWithLocale(Id)

Returns a string that represents the contents of the set, formatted as a property list.

Original signature is '- (NSString *)descriptionWithLocale:(id)locale'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DescriptionWithLocale(
	Id locale
)
Public Overridable Function DescriptionWithLocale ( _
	locale As Id _
) As NSString
public:
virtual NSString^ DescriptionWithLocale(
	Id^ locale
)
Parameters
locale (Id)
On iOS and Mac OS X v10.5 and later, either an instance of NSDictionary or an NSLocale object may be used for locale.On Mac OS X v10.4 and earlier it must be an instance of NSDictionary.
Return Value
A string that represents the contents of the set, formatted as a property list.
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)