Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1LayoutOptionsConverter Class / CanConvertFrom Method
the type of the source


In This Topic
    CanConvertFrom Method (C1LayoutOptionsConverter)
    In This Topic
    Returns true if the sourceType is string.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanConvertFrom( _
       ByVal sourceType As Type _
    ) As Boolean
    'Usage
     
    
    Dim instance As C1LayoutOptionsConverter
    Dim sourceType As Type
    Dim value As Boolean
     
    value = instance.CanConvertFrom(sourceType)
    public override bool CanConvertFrom( 
       Type sourceType
    )

    Parameters

    sourceType
    the type of the source
    See Also