FieldFormatter class

Utility for formatting Dbase fields. */

Constructors

FieldFormatter(Charset? charset, TimeZones? timeZone, bool swallowFieldSizeErrors)

Properties

charset ↔ Charset?
getter/setter pair
emptyString String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MILLISECS_PER_DAY int
final
numFormat ↔ NumberFormat
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swallowFieldSizeErrors bool
getter/setter pair

Methods

createEmptyString() String
getFieldString(int size, String? s) Future<String>
getFieldStringDate(DateTime d) String
getFieldStringDateTime(DateTime? d) String?
getFieldStringWithDec(int size, int decimalPlaces, num n) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

MAXCHARS int
final