MonobjcMonobjc Documented Class Library
NSPositiveCurrencyFormatString Field
NamespacesMonobjc.FoundationNSUserDefaultsNSPositiveCurrencyFormatString

A format string that specifies how positive numbers are printed when representing a currency value. (Deprecated. Use the appropriate API from NSNumberFormatter instead—see Data Formatting Guide.)

The default is $9,999.00.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSPositiveCurrencyFormatString
Public Shared ReadOnly NSPositiveCurrencyFormatString As NSString
public:
static initonly NSString^ NSPositiveCurrencyFormatString
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)