Search
DefaultNumericFormats.format Method
See Also
 






Formats a given value according to the provided format string and locale.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static String format (
    Object value,
    String format,
    Locale locale
)

 Parameters

value

format

locale

 Return Value

 See Also