namespace Xamarin.Forms.Xaml { interface IConverterOptions { bool IgnoreCase { get; } } }