Jump to: navigation, search

Changes


Converters In Xamarin

557 bytes added, 13:48, 1 August 2019
/* Converters in Xamarin */
|-
| ClassificationToBoolConverter || ✗ || Returns a '''boolean''' indicating whether the given '''ContentViewModel''' is successfully classified.
|-
| ContainsToBoolConverter || ✗ || Checks if the delivered value is '''contained''' within a collection of values (delivered in the parameter, seperated with <nowiki>|</nowiki>). If the value is contained, ''true'' will be returned, else ''false''. The functionality is similar to the ''ContainsToVisibilityConverter'' in the WinX project.
|-
| ContainsToInvertedBoolConverter || ✗ || Same as the ''ContainsToBoolConverter'', but with '''inverted output'''. The functionality is similar to the ''ContainsToVisibilityConverter'' in the WinX project.
|}
===Usage===
<Shortly describe how to use the activity ...>
187
edits