I want to show number with comma. I am getting like 20.85 But i need like 20,85. Note: (i dont have web.config in my project) can we create another class and define cost culture(localization) please suggest me code for this .i am new to c# and i am fresher . please help me.
[DisplayName("Cost")]
public decimal Value { get; set; }
I getting this:
20.85
But I want this instead:
20,85