Converter With Multiple Parameters
问题 How does one use a converter with Multiple parameters in a Windows Phone 7 Application? 回答1: Converters always implement IValueConverter. That means a call to Convert or ConvertBack passes a single additional parameter. That parameter is extracted from the XAML. As Hitesh Patel suggests there is nothing to stop you putting more than one value into the parameter, so long as you have a delimiter to separate them out later, but you cannot use a comma as that delimits the XAML! e.g. XAML