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 NumberToStrMSWord(
	double value,
	string format,
	bool isMultiplyPercent,
	bool legacyNumberFormat,
	bool formatIsInInvariantCulture
)
Public Shared Function NumberToStrMSWord ( 
	value As Double,
	format As String,
	isMultiplyPercent As Boolean,
	legacyNumberFormat As Boolean,
	formatIsInInvariantCulture As Boolean
) As String
public:
static String^ NumberToStrMSWord(
	double value, 
	String^ format, 
	bool isMultiplyPercent, 
	bool legacyNumberFormat, 
	bool formatIsInInvariantCulture
)
static member NumberToStrMSWord : 
        value : float * 
        format : string * 
        isMultiplyPercent : bool * 
        legacyNumberFormat : bool * 
        formatIsInInvariantCulture : bool -> string 

Parameters

value
Double
format
String
isMultiplyPercent
Boolean
legacyNumberFormat
Boolean
formatIsInInvariantCulture
Boolean

Return Value

String

See Also