Changes

Converters In Xamarin

194 bytes added, 11:50, 6 August 2019
| StringContainsToInvertedBoolConverter || style="text-align: center;" | ✗ || Same as the ''StringContainsToBoolConverter'' but with '''inverted output'''.
|-
| StringFormatConverter || style="text-align: center;" | ✗ || Allows the output creation of a '''nicely formatted ''string. It contains a property used '' message''', similar to template the [[https://docs.microsoft.com/en-us/dotnet/api/system.string (using .format C#'s String.Format method]].<br/>The value will be interpreted as the <code><nowiki>{0}</nowiki></code>) notation for parts to be replaced with element, and the actual dataparameter is the template string (e.g. The first data, <code><nowiki>The total count is: {0}!</nowiki></code>. Up to two additional parameters, will be the named ''valueParameter1'' itself. Further parameters and ''Parameter2'', can be filled out using defined at the parameter listconverter declaration.Adding formatting options to the <code><nowiki>{0}<br/nowiki>'''This converter </code> notation is still unfinished!'''not possible.
|-
| ToStringFormatConverter || style="text-align: center;" | ✗ || Converts '''primitives''' or '''[https://docs.microsoft.com/en-us/dotnet/api/system.datetime DateTime]''' to string and allows the application of '''[https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings formatting options]''' (as parameter). <br/>Adding a <code>.</code> to the end of the format-parameter allows '''[https://docs.microsoft.com/en-us/dotnet/api/system.math.truncate truncation]''' of all decimal places.
187
edits