Skip to Main Content

PeopleSoft Enterprise

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NumberToString and NumberToDisplayString

User_OLCAWJul 28 2020 — edited Jul 28 2020

Both NumberToString and NujmberToDisplayString have the same syntax.  I got the same result in an AE program:

    MessageBox(0, "", 0, 0, NumberToDisplayString("%10.2v", 12345.6));       --> 12,345.60

    MessageBox(0, "", 0, 0, NumberToString("%10.2v", 12345.6));                  --> 12,345.60

What is the difference between these two functions?

This post has been answered by Velu Angusamy on Jul 28 2020
Jump to Answer
Comments
Post Details
Added on Jul 28 2020
2 comments
33 views