Click or drag to resize

DocumentManagerFormatValue Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public static string FormatValue(
	decimal value,
	DisplayFormat displayFormat,
	bool isCurrencyField = false,
	string currencySymbol = null
)

Parameters

value
Type: SystemDecimal
displayFormat
Type: FileHold.LibraryManagerDisplayFormat
isCurrencyField (Optional)
Type: SystemBoolean
currencySymbol (Optional)
Type: SystemString

Return Value

Type: String
See Also