Method Deserialize
| Improve this Doc View SourceDeserialize(String, ColumnValueBag)
Deserializes string into column.
Declaration
public abstract void Deserialize(string value, ColumnValueBag columnValueBag)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value of the string. |
ColumnValueBag | columnValueBag | The ColumnValueBag that will contain the column and deserialized value. |