The revenue text field's numberformat attribute is bound to the string "###.##". This binding tells the text field that it's displaying a number and describes how to format it.
Using this number format, the Movies application formats the number 1750000 as $ 1,750,000. For more information on creating number formats, see the NumberFormatter class specification in the Foundation Framework Reference.
Table of Contents Next Section