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