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

Returns a string that represents the contents of the array, 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)
An NSLocale object or an NSDictionary object that specifies options used for formatting each of the array’s elements (where recognized). Specify nil if you don’t want the elements formatted.
Return Value
A string that represents the contents of the array, 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)