MonobjcMonobjc Documented Class Library
DescriptionWithLocaleIndent Method (locale, level)
NamespacesMonobjc.FoundationNSDictionaryDescriptionWithLocaleIndent(Id, NSUInteger)

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

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DescriptionWithLocaleIndent(
	Id locale,
	NSUInteger level
)
Public Overridable Function DescriptionWithLocaleIndent ( _
	locale As Id, _
	level As NSUInteger _
) As NSString
public:
virtual NSString^ DescriptionWithLocaleIndent(
	Id^ locale, 
	NSUInteger level
)
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.
level (NSUInteger)
Specifies a level of indent, to make the output more readable: set level to 0 to use four spaces to indent, or 1 to indent the output with a tab character
Return Value
A string object that represents the contents of the dictionary, 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)