MindFusion.Reporting for Silverlight Programmer's Guide
Str

Returns a string representation of the specified number.

Syntax

 Copy Code

string Str (
    double value
)

Parameters

value
Any valid numeric expression.

Remarks

Str converts the specified number to a string using the current regional settings. If you want to perform a more sophisticated formatting of a number or use a different culture, you have to use the formatting capabilities provided when embedding an expression.

See Also

Conversion Functions
String Function
Len Function