MonobjcMonobjc Documented Class Library
DescriptionWithLocale Method (locale)
NamespacesMonobjc.FoundationNSDecimalNumberDescriptionWithLocale(NSDictionary)

Returns a string, specified according to a given locale, that represents the contents of the receiver.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DescriptionWithLocale(
	NSDictionary locale
)
Public Overridable Function DescriptionWithLocale ( _
	locale As NSDictionary _
) As NSString
public:
virtual NSString^ DescriptionWithLocale(
	NSDictionary^ locale
)
Parameters
locale (NSDictionary)
A dictionary that defines the locale (specifically the NSDecimalSeparator) to use to generate the returned string.
Return Value
A string that represents the contents of the receiver, according to locale.
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)