The following tables list the members exposed by ByteFormatter.
Public Constructors
| Name | Description | |
|---|---|---|
|
ByteFormatter | Initialize tbuf1,tbuf2,truncationFill |
Public Properties
| Name | Description | |
|---|---|---|
|
Align | Set the alignment flag. |
|
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. |
|
TruncationFill | Set the truncation fill character.The character to be used in subsequent truncations. |
|
TruncationThrow | Should truncations cause a truncation overflow? |
Public Methods
| Name | Description | |
|---|---|---|
|
alignFill | Fill the buffer with blanks to align a field. |
|
Equals | Determines whether the specified |
|
format | Overloaded. Format a boolean into an existing array. |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
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. |
|
ToString | Returns a |