FieldNumberCurrencyFormatter

FieldNumberCurrencyFormatter

Overview

FieldNumberCurrencyFormatter is a class in Aspose.PDF FOSS for .NET.

Formats a numeric string as a currency value.

This class provides 1 method for working with FieldNumberCurrencyFormatter objects in .NET programs. Available methods include: Format. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
Format(precision: int, sepStyle: int, negStyle: int, currencySymbol: string, isPrependCurrency: bool, fieldValue: string)Format fieldValue as a currency string.

See Also