Foundation.NSNumberFormatter: Method Members

The methods of Foundation.NSNumberFormatter are listed below. For a list of all members, see the NSNumberFormatter Members list.

See Also: Inherited members from Foundation.NSFormatter

Public Methods

static
LocalizedStringFromNumbernumberStyle(NSNumber, NSNumberFormatterStyle) : string
Creates a localized string for the specified number and NSNumberFormatterStyle.
NumberFromString(string) : NSNumber
Parses the specified text.
StringFromNumber(NSNumber) : string
Converts the specified number into a string, according to current state.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSNumberFormatter object.