Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 24, 2012 07:52 AM by jfr
Member
229 Points
346 Posts
Nov 24, 2012 06:30 AM|LINK
<asp:BoundField DataField="name" HeaderText="name" ReadOnly="True" SortExpression="name" DataFormatString="{0:c}" />
Hi. I'm getting 7 980,50р. It means 7980,50 russian ruble for russian windows. I would like to get only 7 980,50 for any windows and culture without "р." or "$"... Which DataFormatString should I use? Thanks.
All-Star
31017 Points
6352 Posts
Nov 24, 2012 06:58 AM|LINK
Nov 24, 2012 07:52 AM|LINK
Thank you very much!
jfr
Member
229 Points
346 Posts
griedview, currency DataFormatString without the name of currency
Nov 24, 2012 06:30 AM|LINK
<asp:BoundField DataField="name" HeaderText="name" ReadOnly="True" SortExpression="name" DataFormatString="{0:c}" />Hi. I'm getting 7 980,50р. It means 7980,50 russian ruble for russian windows. I would like to get only 7 980,50 for any windows and culture without "р." or "$"...
Which DataFormatString should I use? Thanks.
oned_gk
All-Star
31017 Points
6352 Posts
Re: griedview, currency DataFormatString without the name of currency
Nov 24, 2012 06:58 AM|LINK
jfr
Member
229 Points
346 Posts
Re: griedview, currency DataFormatString without the name of currency
Nov 24, 2012 07:52 AM|LINK
Thank you very much!