C# 클래스 Summer.Batch.Extra.Sort.Legacy.Format.NumericEditFormatter

Implementation of ISubFormatter that allows formatting a number read from the input record into a string.
상속: ISubFormatter
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
Format ( byte input, byte output ) : void

Formats a number read from the input record as a string and writes it in the output record.

비공개 메소드들

메소드 설명
GetSign ( bool positive, bool prefix ) : string

Gets the sign to print.

HasMoreSignificantDigits ( int index ) : bool

메소드 상세

Format() 공개 메소드

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
리턴 void