ayi_2 <pre><code class="lang-auto">$"{1234:n}"; // Output: 1,234.00 $"{9876:n0}"; // No digits after the decimal point. Output: 9,876 </code></pre>