price format
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching
-
hi..i want to show price like 234560 in 2,34,560 this format how can i???
-
hi..i want to show price like 234560 in 2,34,560 this format how can i???
-
Hi friend, This is the syntax to convert it to currency format in VB.net.
FormatCurrency(Expression[,NumDigitsAfterDecimal [,IncludeLeadingDigit [,UseParensForNegativeNumbers [,GroupDigits]]]])
thanks for reply.. but i want it to be done in aps.net(c#)
-
thanks for reply.. but i want it to be done in aps.net(c#)
-
thanks for reply.. but i want it to be done in aps.net(c#)