DecimalValue.ToString("N")
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
"C" <> wrote in message
news:0cdb01c36be1$5230a840$...
> Hi,
>
> I have an aspx with some labels.
>
> I set the text of these labels to be teh return value of
> some Functions that carry out some calculations.
> (My Functions return decimals)
>
> I want to format the value I write to my label so that it
> is transformed for example from 87123.13 to 87,123.13
>
> This probably quite simple but I am unsure.
>
> Any help or direction to online help much appreciated.
>
> Thanks,
> C.