Method | Description | |
---|---|---|
Format ( byte input, byte output ) : void |
Formats a number read from the input record as a string and writes it in the output record.
|
Method | Description | |
---|---|---|
GetSign ( bool positive, bool prefix ) : string |
Gets the sign to print.
|
|
HasMoreSignificantDigits ( int index ) : bool |
public Format ( byte input, byte output ) : void | ||
input | byte | the input record |
output | byte | the output record |
return | void |