Question - Explain what is Type Converter?
Answer -
The type converter is helpful to convert a string into the appropriate value type where there is no markup extension usage. Type Converter defines four members for converting to and from string for xaml purposes.
- CanConvertTo
- CanConvertFrom
- ConvertTo
- ConvertFrom