0
kansoftware created
Hi, I want to know, Is any way to manage amount separate base of country or region like in india 1,00,000 and other country 100,000,000
3 Answer(s)
-
0
Hi @kansoftware
If you are using Angular version, you can use
currency
pipe. For jQuery version, you can use C#'s ToString method with decimal format. Both of those will work according to current language (culture). -
0
-
0
Hi @kansoftware
If you are using jQuery, then you need to find/use a jQuery plugin to achieve this functionality. AspNet Zero doesn't provide any feature for implementing this using jQuery.