[]
        
(Showing Draft Content)

C1.JsonNet.JsonConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(object, object)

Deserialize an object from the specified value.

Declaration
protected virtual object ConvertFrom(object value, object existedValue)
Parameters
Type Name Description
object value

The specified value, which could be null or its type could be ArrayList, Hashtable, DateTime, string, bool, int, double.

object existedValue

The existed value.

Returns
Type Description
object

An object deserialized from the specified value.