• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Method GetDataAsJson

GetDataAsJson<T>()

Gets the value of DataType item in the form of JsonValueBase.

Declaration
public virtual T GetDataAsJson<T>()

    where T : JsonValueBase
Returns
Type Description
T

DataType item in the form of JsonValueBase.

Type Parameters
Name Description
T

Type of JsonValueBase or other derived classes.

Back to top Copyright © 2017 Alachisoft