AcceleratorTypeConverter Class

Definition

Class that the XAML parser uses to convert strings to Accelerator objects.

public class AcceleratorTypeConverter : Xamarin.Forms.TypeConverter
type AcceleratorTypeConverter = class
    inherit TypeConverter
Inheritance
AcceleratorTypeConverter

Constructors

AcceleratorTypeConverter()

Creates a new AcceleratorTypeConverter instance.

Methods

CanConvertFrom(Type)

When implemented in a derived class, returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

(Inherited from TypeConverter)
ConvertFrom(CultureInfo, Object)
Obsolete.

When implemented in a derived class, converts an object that is a version of value and that can be cast to the target type.

(Inherited from TypeConverter)
ConvertFrom(Object)
Obsolete.

Calls ConvertFrom(CultureInfo, Object) with the current culture information and o.

(Inherited from TypeConverter)
ConvertFromInvariantString(String)

Converts value into a Accelerator.

Applies to