Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,为了使用 F10 查看产品列表,运行时内置了一个表单,对于十进制列,它在文本后面添加了货币名称,我不想要它。它是哪个属性?
查看网格列的 FormatMode 和 FormatString 属性。
“C2”格式字符串将为您提供带 2 个小数位的货币。“N2”的格式字符串将为您提供一个简单的 2 位十进制数,