.Net with Us
Monday, August 19, 2013
Display Currency In Indian Rupees using Culture in Asp.Net
using
System.Globalization;
Label2.Text = (345).ToString(
"C"
,
new
CultureInfo
(
"en-IN"
));
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment