I have my code in the MVC project in the following.
Razor form code below ---------------------------------------------------------------------------------------------------------
@Html.DisplayFor(model => model.fico222) Which displays fico score (String) Ex: 0790
-------------------------------------------------------------------------------------------------------------------------------------------
Model class code below---------------------------------------------------------------------------------------------------------
[DisplayName("Credit Score")]
public string fico222 { get; set; }
----------- I wanted the returning fico score return with 790 instead of 0790 so how can I change that in my syntax??
Thank you!
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.