TransactionParser
    Preparing search index...

    Interface INumericFormatOptions

    INumericFormatOptions is a helper interface for formatting DataItem objects to a COBOL-style, fixed-width string.

    interface INumericFormatOptions {
        decimals?: number;
        signed?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    decimals?: number

    Decimals used in formatting, optional

    signed?: boolean

    Signed indicator used in formatting, optional