How can I set both default decimal and thousands separator for formatting number in asp.net mvc regardless of culture?
variable.ToString("n2") - This worked for me in ASP.Net MVC Razor.