MonobjcMonobjc Documented Class Library
DescriptionWithLocale Method (aLocale)
NamespacesMonobjc.FoundationNSNumberDescriptionWithLocale(Id)

Returns a string that represents the contents of the receiver for a given locale.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DescriptionWithLocale(
	Id aLocale
)
Public Overridable Function DescriptionWithLocale ( _
	aLocale As Id _
) As NSString
public:
virtual NSString^ DescriptionWithLocale(
	Id^ aLocale
)
Parameters
aLocale (Id)
An object containing locale information with which to format the description. Use nil if you don’t want the description formatted.
Return Value
A string that represents the contents of the receiver formatted using the locale information in 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)