Last modified on 1 August 2019, at 12:05

Converters In Xamarin

Revision as of 12:05, 1 August 2019 by MKR (Talk | contribs) (Created page with "=Converters in Xamarin= This page lists all currently available converters for customizing Xamarin XAML. '''This Page is WIP!!!''' {| class="wikitable sortable" |- ! Converte...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Converters in Xamarin

This page lists all currently available converters for customizing Xamarin XAML. This Page is WIP!!!

Converter 2-Way Description
Boolean Converter Interprets the boolean value and returns it. If the value cannot be interpreted, false is returned.
Boolean Invert Converter Interprets and converts a boolean into its inverted value. If the value cannot be interpreted, false is returned.

Usage

<Shortly describe how to use the activity ...>