The following tables list the members exposed by ByteFormatter.

Public Constructors

  Name Description
Public method ByteFormatter Initialize tbuf1,tbuf2,truncationFill
Top

Public Properties

  Name Description
Public property Align Set the alignment flag.
Public property TruncateOnOverflow Set the truncation behavior. If set to true (the default) then do not exceed the requested length. If a number cannot be sensibly formatted, the truncation fill character may be inserted.
Public property TruncationFill Set the truncation fill character.The character to be used in subsequent truncations.
Public property TruncationThrow Should truncations cause a truncation overflow?
Top

Public Methods

  Name Description
Public method alignFill Fill the buffer with blanks to align a field.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method format Overloaded. Format a boolean into an existing array.
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method setSimpleRange Set the range of real numbers that will be formatted in non-scientific notation, i.e., .00001 rather than 1.0e-5. The sign of the number is ignored.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

See Also