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 NumberToStrMSWordWithNoFormat(
	double value,
	bool isCurrency,
	bool isUsesGroupSeparator,
	int numberOfDigitsAfterDecimalpoint,
	bool isUsesNegativeParentheses
)
Public Shared Function NumberToStrMSWordWithNoFormat ( 
	value As Double,
	isCurrency As Boolean,
	isUsesGroupSeparator As Boolean,
	numberOfDigitsAfterDecimalpoint As Integer,
	isUsesNegativeParentheses As Boolean
) As String
public:
static String^ NumberToStrMSWordWithNoFormat(
	double value, 
	bool isCurrency, 
	bool isUsesGroupSeparator, 
	int numberOfDigitsAfterDecimalpoint, 
	bool isUsesNegativeParentheses
)
static member NumberToStrMSWordWithNoFormat : 
        value : float * 
        isCurrency : bool * 
        isUsesGroupSeparator : bool * 
        numberOfDigitsAfterDecimalpoint : int * 
        isUsesNegativeParentheses : bool -> string 

Parameters

value
Double
isCurrency
Boolean
isUsesGroupSeparator
Boolean
numberOfDigitsAfterDecimalpoint
Int32
isUsesNegativeParentheses
Boolean

Return Value

String

See Also