no it not an image.Are coming from database and it is declared as numeric(18,0) and I am formating it like this:
ProductsList.Text += string.Format("<div><span style='float:left' class='price'>{0} {1}</span>", dr["ConvertedSymbol"], string.Format("{0:C0}",Convert.ToDecimal(dr["ConvertedPrice"])).Replace("$",""));