Returns the number-formatter style of the receiver.
Original signature is '- (NSNumberFormatterStyle)numberStyle'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSNumberFormatterStyle NumberStyle { get; set; }
Public Overridable Property NumberStyle As NSNumberFormatterStyle Get Set
public: virtual property NSNumberFormatterStyle NumberStyle { NSNumberFormatterStyle get (); void set (NSNumberFormatterStyle value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)