attributedStringForNil
The attributed string the receiver uses to display nil values.
Declaration
@NSCopying var attributedStringForNil: NSAttributedString { get set }Discussion
By default nil values are displayed as an empty string.
Special Considerations
This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior.