Modifies the source data before passing it to the target for display in the UI.              
            
            
            
 Syntax
Syntax
            Parameters
- value
- The source data being passed to the target.
- targetType
- The System.Type of data expected by the target dependency property.
- parameter
- An optional parameter to be used in the converter logic.
- culture
- The culture of the conversion.
Return Value
              The value to be passed to the target dependency property.              
 
            
            
            
            
            
            
            
             Requirements
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 See Also
See Also