gpt4 book ai didi

c# - 格式化货币

转载 作者:太空宇宙 更新时间:2023-11-03 22:18:06 26 4
gpt4 key购买 nike

我想将 $ 显示为销售价格,为此我完成了

<asp:Label ID="lblpriceValue" runat="server" Text='<%#string.Format("{0:c}",Eval("product_price")) %>'/>

但这没有在货币前显示 $ 或任何其他符号所以暂时我在标签前添加了 $ 符号,比如

$<asp:Label ID="lblpriceValue" runat="server" Text='<%#string.Format("{0:c}",Eval("product_price")) %>'/>

但我知道这是错误的,因为我想根据国家/地区设置货币符号。

我该怎么做。

最佳答案

yourMoneyType.ToString("c");

关于c# - 格式化货币,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4283070/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com