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

Returns a string object that represents the contents of the dictionary, 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 object that specifies options used for formatting each of the dictionary’s keys and values; pass nil if you don’t want them formatted.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDictionary.DescriptionWithLocale(Monobjc.Id)"]

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)