Possible Duplicate:
C# How to remove 0 from the end of a decimal value
Best way to display decimal without trailing zeros in c#
I have decimal variable it has value
2.50
2.25
How can I convert it into string so I can get
2.5
2.25
Issue is 2.50 must be 2.5 in string.