Get a AFPercent_Keystroke string

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static string GetPercentKeystrokeString(
	int nDec,
	int sepStyle
)
Public Shared Function GetPercentKeystrokeString ( 
	nDec As Integer,
	sepStyle As Integer
) As String
public:
static String^ GetPercentKeystrokeString(
	int nDec, 
	int sepStyle
)
static member GetPercentKeystrokeString : 
        nDec : int * 
        sepStyle : int -> string 

Parameters

nDec
Int32
The number of places after the decimal point
sepStyle
Int32
The integer denoting whether to use a separator or not. If sepStyle=0, use commas. If sepStyle=1, do not separate

Return Value

String

See Also