converting decimal to string i.e 123.456 to string, I get wrong output : zero is add to end of string i.e. i get answer 123.4560

how to over come this error :