Adding currency symbol in advance PDF

Here I am adding the code for displaying currency symbols.

value?string.currency

Sample code

<#assign x = 2>
<p>${x?string.currency}</p>

Result

$2.00

Leave a comment

Your email address will not be published. Required fields are marked *