5
Answers

how to use Indian Rupee Symbol in c# window application

priyanka

priyanka

7y
229
1
 I have tried varoius option using to print using c# code  (₹)
 
1)₹
2) CultureInfo.CurrentCulture.NumberFormat.CurrencySymbol ="₹"
 
but nothing helped.
 
Plz suggest me something
Answers (5)