ToCurrencyWordsPtBr
Posted: Fri Jan 26, 2018 12:19 pm
Hello.
I'm using version 2018.1.4 and when I use the ToCurrencyWordsPtBr function for round numbers, it carries the word zero when it should not.
Example:
{ToCurrencyWordsPtBr (System.Convert.ToDecimal (10000.00))}
Return:
Ten Thousand Zero Reais
Expected:
Ten Thousand Reais
Thank you.
I'm using version 2018.1.4 and when I use the ToCurrencyWordsPtBr function for round numbers, it carries the word zero when it should not.
Example:
{ToCurrencyWordsPtBr (System.Convert.ToDecimal (10000.00))}
Return:
Ten Thousand Zero Reais
Expected:
Ten Thousand Reais
Thank you.