[]
Deserialize an object from the specified value.
protected virtual object ConvertFrom(object value, object existedValue)
| 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. |