Show / Hide Table of Contents

Method Deserialize

| Improve this Doc View Source

Deserialize(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest