我与转换器绑定。我想将“#,,.0M”格式字符串作为转换器参数传递。
此 xaml 无效:
<local:SalesPerformanceControl FirstSalesVolume="{Binding Path=TodaySalesVolume, Converter={StaticResource ResourceKey=decimalToFormatedStringConverter}, ConverterParameter=#,,.0M}"/>
错误:
找不到类型“”。
如何正确传递这个字符串?