C# Class Summer.Batch.Extra.Sort.Legacy.Format.NumericEditFormatter

Implementation of ISubFormatter that allows formatting a number read from the input record into a string.
Inheritance: ISubFormatter
Mostrar archivo Open project: SummerBatch/SummerBatch

Public Methods

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.

Private Methods

Method Description
GetSign ( bool positive, bool prefix ) : string

Gets the sign to print.

HasMoreSignificantDigits ( int index ) : bool

Method Details

Format() public method

Formats a number read from the input record as a string and writes it in the output record.
public Format ( byte input, byte output ) : void
input byte the input record
output byte the output record
return void