| Financial Toolbox | ![]() |
Syntax
String = cur2str(Value, Digits)
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
String = cur2str(-8264, 2)returns
String = ($8264.00)
| cur2frac | dateaxis | ![]() |