ListStringTypeConverter Class

Definition

Type converter for converting properly formatted string lists to lists.

[Xamarin.Forms.Xaml.TypeConversion(typeof(System.Collections.Generic.List`1<System.String>))]
public class ListStringTypeConverter : Xamarin.Forms.TypeConverter
type ListStringTypeConverter = class
    inherit TypeConverter
Inheritance
ListStringTypeConverter
Attributes

Constructors

ListStringTypeConverter()

Creates a new ListStringTypeConverter object.

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 to a list.

Applies to