Returns the maximum number of significant digits for the receiver.
Original signature is '- (NSUInteger)maximumSignificantDigits'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSUInteger MaximumSignificantDigits { get; set; }
Public Overridable Property MaximumSignificantDigits As NSUInteger Get Set
public: virtual property NSUInteger MaximumSignificantDigits { NSUInteger get (); void set (NSUInteger 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)