I have read this question to get first char of the string. Is there a way to get the first n number of characters from a string in C#?
I have tried the above answers and the best i think is this one
@item.First_Name.Substring(0,1)
In this i could get the first letter of the string