[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1DoubleCollectionTypeConverter

C1DoubleCollectionTypeConverter Class

Converts a coma-separated list of values to an array of double's.

Inheritance
C1DoubleCollectionTypeConverter
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public class C1DoubleCollectionTypeConverter : TypeConverter

Constructors

Name Description
C1DoubleCollectionTypeConverter()

Methods

Name Description
CanConvertFrom(Type)

Returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

ConvertFromInvariantString(string)

Converts an string that can be cast to the target type.