Returns a string containing the formatted value of the provided number object.
Original signature is '- (NSString *)stringFromNumber:(NSNumber *)number'
Available in Mac OS X v10.4 and later.


- number (NSNumber)
- An NSNumber object that is parsed to create the returned string object.

A string containing the formatted value of number using the receiver’s current settings.

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