9 #import <Foundation/Foundation.h> 12 @class MSTRFormatHelper;
18 - (void) setFormatForCategory: (NSInteger)cat cp:(NSInteger)cp ts:(NSInteger)ts nn:(NSInteger)nn dp:(NSInteger)dp cs:(NSString*)cs format:(NSString*)format;
19 - (NSString*) formattedValue:(NSNumber*)number;
21 @property (nonatomic) NSInteger category;
22 @property (nonatomic) NSInteger currencyPosition;
23 @property (nonatomic) NSInteger thousandSeparator;
24 @property (nonatomic) NSInteger negativeNumbers;
25 @property (nonatomic) NSInteger decimalPlaces;
26 @property (nonatomic, copy) NSString* currencySymbol;
27 @property (nonatomic, copy) NSString* metricFormat;
28 @property (nonatomic, copy) NSString* controlPropertyFormatString;
NSInteger metricIndex
Definition: Metric.h:29
Definition: MSIDisplayInfo.h:10