Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1TimeSpanTypeConverter Class / ConvertFromInvariantString Method
The value to be converted.


In This Topic
    ConvertFromInvariantString Method (C1TimeSpanTypeConverter)
    In This Topic
    Converts an string that can be cast to the target type.
    Syntax
    'Declaration
     
    
    Public Overrides Function ConvertFromInvariantString( _
       ByVal value As String _
    ) As Object
    'Usage
     
    
    Dim instance As C1TimeSpanTypeConverter
    Dim value As String
    Dim value As Object
     
    value = instance.ConvertFromInvariantString(value)
    public override object ConvertFromInvariantString( 
       string value
    )

    Parameters

    value
    The value to be converted.
    See Also