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
Показать файл Открыть проект

Открытые методы

Метод Описание
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