MindFusion.Java Package Programmer's Guide
EvaluationContext.format Method
See Also
 






Formats the specified value according to the specified format.

Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting

 Syntax

Java  Copy Code

String format (
    Object value,
    NumberFormat format
)

 Parameters

value

The value to format.

format

The NumberFormat to use when performing the formatting.

 Return Value

The string representing the value formatted according to the specified format.

 See Also

EvaluationContext Members
EvaluationContext Interface
com.mindfusion.scripting Namespace