Print Page | Close Window

what do i have to do to represent a numeric field in the form of 999,999,999.99 instead of 99999999

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=132
Printed Date: 19-Sep-2025 at 11:53am


Topic: what do i have to do to represent a numeric field in the form of 999,999,999.99 instead of 99999999
Posted By: Customer
Subject: what do i have to do to represent a numeric field in the form of 999,999,999.99 instead of 99999999
Date Posted: 12-Jul-2007 at 10:30am
I would like to know what do i have to do to represent a numeric field in the form of  999,999,999.99 instead of 999999999.99.
 
Optionally put the currency code at the end.



Replies:
Posted By: IdeaBlade
Date Posted: 12-Jul-2007 at 10:31am
This is fairly easy to do.
 
If you just change the data converter type for the property you want to have represented this way to "NumericConverter" and then set the FormatString value to "n".
 



Print Page | Close Window