获得数据库中类型为Money的列中的数据,在页面显示为小数点后两位  xxx.xx , 请问如何写?
DataBinder.Eval( Container.DataItem, "MarketPrice" ).ToString()
ToString(...)这里怎么写?