PdfJavaScript
GetPercentFormatString Method
|
Get a AFPercent_Format string
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static string GetPercentFormatString(
int nDec,
int sepStyle
)
Public Shared Function GetPercentFormatString (
nDec As Integer,
sepStyle As Integer
) As String
public:
static String^ GetPercentFormatString(
int nDec,
int sepStyle
)
static member GetPercentFormatString :
nDec : int *
sepStyle : int -> string
Parameters
-
nDec
-
Type:
System
Int32
The number of places after the decimal point
-
sepStyle
-
Type:
System
Int32
The integer denoting whether to use a separator or not. If sepStyle=0, use commas. If sepStyle=1, do not separate
Return Value
Type:
String
See Also