Hi all ! I want to display numbers(integer,float,double) up to 2 places of decimal i.e if number is interger say 10, then i want to display it like 10.00.
if the number is float say 10.12345 i want to display as 10.12 i.e up to 2 places of decimal. Please help me out Thanks in advance Binay

