* ToStringFormatConverter
Converts an object to a formatted string. A format string has to be provided as Parameter (e.g. "#.0"). A special behavior is provided by the format string "0.": in this case the numeric value will be truncated at the separator instead of being rounded!
* ToTypeConverter
Attempts to convert an object into the type provided as Parameter (e.g. 'System.Int32' for an integer or 'System.String' for a string)
* TypeToVisibilityConverter
Converts the presence of a type to visbility (e.g. whether an object is "String")
* ValueValidityToVisibilityConverter
[[Category:WinX|XAML]]
=== Advanced ===