c# - I want to change the currency type of my model using globalization -


this model want able display currency rands (south african currency)

[datatype(datatype.currency)]      public decimal price { get; set; } 

thanks guys found solution already..

 <system.web>       <globalization culture="en-za" uiculture="en-za" /> <system.web> 

Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -