ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.JsonNet.Converters Namespace / StreamConverter Class / ConvertFrom Method
The specified value, which could be null or its type could be System.Collections.ArrayList, System.Collections.Hashtable, System.DateTime, System.String, System.Boolean, System.Int32, System.Double.
The existed value.

In This Topic
    ConvertFrom Method (StreamConverter)
    In This Topic
    Deserialize an object from the specified value.
    Syntax
    'Declaration
     
    Protected Overridable Function ConvertFrom( _
       ByVal value As Object, _
       ByVal existedValue As Object _
    ) As Object
    protected virtual object ConvertFrom( 
       object value,
       object existedValue
    )

    Parameters

    value
    The specified value, which could be null or its type could be System.Collections.ArrayList, System.Collections.Hashtable, System.DateTime, System.String, System.Boolean, System.Int32, System.Double.
    existedValue
    The existed value.

    Return Value

    An object deserialized from the specified value.
    See Also