我的网格视图中有以下列
<asp:BoundField ItemStyle-Font-Bold="true"
DataFormatString="£{0:C2}" DataField="PriceBasePrice"
HeaderText="Price you pay" ItemStyle-Width="120" />
传递给 Column 的值是 180.0
我认为:
DataFormatString="£{0:C2}"
价值将返回 180.00 英镑
但它的回报为 180.0 英镑
有谁知道我应该使用什么 DataFormatString ?