'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.