API  1.0.0
CPByteCountFormatter.h
Go to the documentation of this file.
1 
3 {
4  int _countStyle;
5  BOOL _allowsNonnumericFormatting;
6  BOOL _includesActualByteCount;
7  BOOL _includesCount;
8  BOOL _includesUnit;
9  BOOL _adaptive;
10  BOOL _zeroPadsFractionDigits;
11  int _allowedUnits;
12  CPNumberFormatter _numberFormatter;
13 }
14 @end
CPFormatter is an abstract class that declares an interface for objects that create, interpret, and validate the textual representation of cell contents. The Foundation framework provides two concrete subclasses of CPFormatter to generate these objects: CPNumberFormatter and CPDateFormatter.
Definition: CPFormatter.h:2