Show / Hide Table of Contents

Method Deserialize

| Improve this Doc View Source

Deserialize(JsonReader, DataRow)

Deserializes JSON into data values of DataRow.

Declaration
public static void Deserialize(this JsonReader jsonReader, DataRow dataRow)
Parameters
Type Name Description
JsonReader jsonReader

The JsonReader.

DataRow dataRow

The DataRow.

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