Contents

attributedStringForNotANumber

The attributed string the receiver uses to display “not a number” values.

Declaration

@NSCopying var attributedStringForNotANumber: NSAttributedString { get set }

Discussion

By default “not a number” values are displayed as the string “NaN”.

Special Considerations

This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior.

See Also

Configuring the Display of Numeric Values