<%= Model.STPData.InitialRateSetting.HasValue ? Model.STPData.InitialRateSetting.Value.ToString() : "" %>
Model.STPData.InitialRateSetting is decimal. I want to format this as a percentage, and then round to 5 decimal places. How can I do it?
slandau
source share