FieldNumberPercentFormatter
Overview
FieldNumberPercentFormatter is a class in Aspose.PDF FOSS for .NET.
Formats a numeric string as a percentage (multiplies by 100 first).
This class provides 1 method for working with FieldNumberPercentFormatter 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
| Signature | Description |
|---|---|
Format(precision: int, sepStyle: int, isPrependPercent: bool, fieldValue: string) | Format fieldValue as a percentage string. |