[]
Deserialize an object from the specified value.
protected virtual object ConvertFrom(object value, object existedValue)
Protected Overridable Function ConvertFrom(value As Object, existedValue As Object) As Object
| 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. |
| Type | Description |
|---|---|
| object | An object deserialized from the specified value. |