Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.TypeConverter A that converts a string into a . The following XAML snippet illustrates a case where a KeyboardTypeConverter is used behind the scenes: ]]> The following shows some examples of forms: { {"Keyboard.Default", Keyboard.Default}, {"Keyboard.Email", Keyboard.Email}, {"Keyboard.Text", Keyboard.Text}, {"Keyboard.Url", Keyboard.Url}, {"Keyboard.Telephone", Keyboard.Telephone}, {"Keyboard.Chat", Keyboard.Chat}, }) Assert.AreSame (kvp.Value, converter.ConvertFrom (kvp.Key)); ]]> Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new instance of the KayboardTypeConverter class. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 System.Boolean The type of the object. Returns wheher this converter can convert an object of the given type. if the KeyboardTypeConverter can convert from sourceType. otherwise. This method only returns is sourceType is . Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 System.Object The Culture fo the value parameter. The object to convert from. TConvert the given value into a Keyboard. A . This will throw an IvalidOperationException if the conversion failed. Method 2.0.0.0 System.Object The value to convert. Returns a keyboard for a valid keyboard name. To be added. To be added.