hi team ,
kindly help to below thing.
my share point having the currency calculated column with currency symbl, i am displaying the column in email body.
sharepoint currnecy value : $ 10.00
required out is : $ 10.00
getting out put is : float;#10.0000000000 , i am getting the this output when i am using the below code.
i am using below cod:
body = "column name for dispaly " + conver.tostring(mitem["column internal name"]);
Regards