Hi,
I looked for documentation about mask and coulnd find any.
I need to display values like
99'999'999.99
and
(99'999'999.99)
I also need to display "n/a" when the value is null.
Wath mask do I need ?
{}{double:8.2}
???
Thanks.
Hello,
Setting the Format property to "###`###`###.##" and the NullText property to "N/A" will do the trick.
Regards,
Alex.