标签: c# wpf
我已经看过绑定值的示例,并使用stringformat为绑定值添加前缀或后缀。如何在C#代码中实现,示例已在xaml中。
objBinding.Path = new PropertyPath("Value"); standard Bind
答案 0 :(得分:1)
如果您尝试将StringFormat属性设置为Binding对象怎么样?
StringFormat
Binding
objBinding.StringFormat = "prefix {0} suffix";