A converter changes the value of the property of a data binding to something that makes sense in the view. For example, you may be binding a Boolean property to an input field where it should say either "Yes" or "No". The converter would convert true to "Yes" and false to "No".