The string the receiver uses as the suffix for positive values.
SDKs
- iOS 2.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
var positiveSuffix: String! { get set }
The string the receiver uses as the suffix for positive values.
SDKs
Framework
var positiveSuffix: String! { get set }
var positive Prefix: String!
The string the receiver uses as the prefix for positive values.
var negative Prefix: String!
The string the receiver uses as a prefix for negative values.
var negative Suffix: String!
The string the receiver uses as a suffix for negative values.