FieldNumberCurrencyFormatter
Overview
FieldNumberCurrencyFormatter 是一个类在Aspose.PDF FOSS的.NET中.
将数字字符串格式为货币值.
这个类提供了在NET程序中使用FieldNumberCurrencyFormatter 对象的1种方法. 有的方法包括: Format. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序.
Methods
| Signature | Description |
|---|---|
Format(precision: int, sepStyle: int, negStyle: int, currencySymbol: string, isPrependCurrency: bool, fieldValue: string) | 格式化字段Value为货币字符串. |