MoneyFormatOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface MoneyFormatOptions

    interface MoneyFormatOptions {
        decimalSeparator?: string;
        minDecimals?: number;
        thousandsSeparator?: string;
    }
    Index

    Properties

    decimalSeparator?: string
    minDecimals?: number
    thousandsSeparator?: string