Hi there,
I get a 'System.FormatException' occurred in Xamarin.Forms.Core.DLL
when I use the following XAML syntax:
`<Label cs:MyClass.MyAttachableField="{Binding [TextBeforePeriod.TextAfterPeriod]}" />`
If I use the same syntax without the period, I get no error:
`<Label cs:MyClass.MyAttachableField="{Binding [TextWithoutPeriod]}" />`
Any ideas what causes the problem?
Any ideas to a workaround so I can use periods in the string I pass to the indexer?
Regards,
Björn Sjunnesson
ChipSoft
The Netherlands
Using:
Vs2013 with runtime version v4.0.30319 (4.5) on Windows 8.1
Xamarin.Forms.Code and Xamarin.Forms.Xaml version 1.3.4.0