Financial Toolbox    
cur2str

Bank formatted text

Syntax

Description
String = cur2str(Value, Digits) returns the given value in bank format. By default, Digits = 2. A negative Digits rounds the value to the left of the decimal point. String is returned as a string with a leading dollar sign ($). Negative numbers are displayed in parentheses.

Examples

returns String = ($8264.00)

See Also
cur2frac, frac2cur


 cur2frac dateaxis