Namespace: Spire.Doc.Documents.Converters.Core.Common
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static string DoubleToStrNDecimals(
	double val,
	int n
)
Public Shared Function DoubleToStrNDecimals ( 
	val As Double,
	n As Integer
) As String
public:
static String^ DoubleToStrNDecimals(
	double val, 
	int n
)
static member DoubleToStrNDecimals : 
        val : float * 
        n : int -> string 

Parameters

val
Double
n
Int32

Return Value

String

See Also