I am having a value like below :
decimal val = 1.100;
Now what i am trying to do is if i am having 0 after first decimal point value then i
You can use a custom numeric format string:
val.ToString("0.0##")