• Vishal Gupta 111
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

I'm trying show currency in indian format. In Apex controller I'm using

new String[]{'0','number','##,##,##0.00'}

But it always shows numbers as :
Example - Unformatted Amount 1124389.56
Formatted Amount 1,124,389.56

What I need is the number in this format 11,24,389.56

Is there any way to format the number as per this requirement?

I'm trying show currency in indian format. In Apex controller I'm using

new String[]{'0','number','##,##,##0.00'}

But it always shows numbers as :
Example - Unformatted Amount 1124389.56
Formatted Amount 1,124,389.56

What I need is the number in this format 11,24,389.56

Is there any way to format the number as per this requirement?