=== Basic ===
* AddStringSuffixConverterAppends For a suffix expression complete and up-to an existing (string) value. The suffix expression to be appended is provided via the converter parameter.* BooleanToVisibilityConverterConverts a Boolean into a Visibility, where ''true'' will result in ''Visibility.Visible''.* BooleanToCollapsedConverterConverts a Boolean into a Visibility, where ''true'' will result in ''Visibility.Collapsed''.* BooleanInvertConverterConverts boolean input into the inverted bool value.* BooleanToScrollbarVisibilityConverterConverts a boolean Value to ScrollbarVisibility* BooleanToVisibilityConverter/BooleanToCollapsedConverterConverts a boolean Value to Visibility* ByteToImageSourceValueConverterConverts a byte array to an ImageSource* ChildItemTemplateSelectorSuffixConverter* ClassificationToVisibilityConverter/ClassificationToCollapsedConverterConverts the presence -date list of a classification to visibility. One or more classification UIDs have to be provided separated by '|'.* ContainsToVisibilityConverter/ContainsToCollapsedConverterConverts the presence of one or more item(s) in a collection (e.g. int array) to visibility. Parameter with one or more items has to be provided separated with '|'.* DistanceToStringConverterA distance in meters provided as double will be converted into a comfortable redable distance (e.g. "0.5 m"all converters, "1.7 km")* DoubleToLocalizedStringConverterA double value will be converted please refer to the current localisation* EditablePropertyToVisibilityConverter/EditablePropertyToCollapseConverter* EnumerableGetToValueConverter* EqualToTrueConverter* EqualToVisibilityConverter/EqualToCollapsedConverterConverts equality to visibility. A parameter with a compare value hast to be provided.* IntToSolidBrushConverterConverts the 4 bytes (ARGB) of an integer value to a Brush* ItemCountToVisibilityConverter/ItemCountToCollapseConverterConverts presence of items in a collection to visibility.* NullableIntToStringConverterConverts a nullable int to a string. {null} will be an empty string* NullObjectToBooleanConverterConverts an object to boolean depending from being null or not.* NullObjectToVisibilityConverter/NullObjectToCollapsedConverterConverts an object to visibility depending from being null or not.* NullOrEmptyStringToVisibilityConverter/NullOrEmptyStringToVisibilityConverterConverts a string to visibility depending from being null/empty or not.* NumericToGridLengthConverterConverts an integer to grid length.* NumericToVisibilityConverter/NumericToCollapsedConverterConverts a number to visibility, depending from being '0'.* PropertyItemToValueConverter* PropertyNameExistsToVisibilityDelivers Visibility.Visible if the given property name exists at the context object, Visibility.Collapsed if not.* PropertyNameToItemConverterDelivers a PropertyItem with the given name, if it exists at the context object.* PropertyNameToSymbolConverter* PropertyNameToValueConverterDelivers the value of a proiperty with the given name, if it exists at the content object.* PushpinScaleConverter* SelectiveListToItemsConverter* SortDirectionToSymbolConverter* ToStringFormatConverterConverts an object to a formatted string. A format string has to be provided as Parameter (e.g. "[[Developer_Mode#Browsing_the_ViewModel.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!* ToTypeConverterAttempts to convert an object into the type provided as Parameter (e.g. 'System.Int32' for an integer or 'System.String' for a string)* TypeToVisibilityConverterConverts the presence of a type to visbility (e.g2FContext|developer mode]]. whether an object is "String")* ValueValidityToVisibilityConverter
=== Advanced ===
</source>
[[Category:WinX|XAML]]
== Behaviors ==