Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1DoubleCollectionTypeConverter Class
Members


In This Topic
    C1DoubleCollectionTypeConverter Class
    In This Topic
    Converts a coma-separated list of values to an array of double's.
    Syntax
    'Declaration
     
    
    Public Class C1DoubleCollectionTypeConverter 
       Inherits Xamarin.Forms.TypeConverter
    'Usage
     
    
    Dim instance As C1DoubleCollectionTypeConverter
    public class C1DoubleCollectionTypeConverter : Xamarin.Forms.TypeConverter 
    Inheritance Hierarchy

    System.Object
       Xamarin.Forms.TypeConverter
          C1.Xamarin.Forms.Core.C1DoubleCollectionTypeConverter

    See Also