在 String.Format(...) 中表示货币
我使用 String.Format
进行货币格式化。它工作得很好,但我希望货币符号 (R) 和值之间有一个不间断的空格 (
),这样它就不会包裹在小空格中,从而难以阅读。
<%=String.Format("{0:R #,###.00;(R #,###.00);R 0.00}", Model)%>
其中模型
是一个小数
。
如何在 R
和 #,###.00
之间添加
而不混淆 String.Format方法?
I use String.Format
to do currency formatting. It works great, but I want a non-breaking space (
) between the currency symbol (R) and the value so it doesn't wrap in small spaces, making it harder to read.
<%=String.Format("{0:R #,###.00;(R #,###.00);R 0.00}", Model)%>
where Model
is a decimal
.
How do I add
between R
and #,###.00
without confusing the String.Format
method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是否可以将结果包装在设置了 css 空白属性的元素中?
Would it be possible to wrap the result in an element with the css white-space property set?
不?
No?