== Converters ==
=== Basic ===
* AddStringSuffixConverter
Appends a suffix expression to an existing (string) value. The suffix expression to be appended is provided via the converter parameter.
* BooleanToVisibilityConverter
Converts a Boolean into a Visibility, where ''true'' will result in ''Visibility.Visible''.
Converts the presence of a type to visbility (e.g. whether an object is "String")
* ValueValidityToVisibilityConverter
=== Advanced ===