Namespace: Spire.Doc.Documents.Converters.Core.Common
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
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