TcHmiJsonSerializer.Deserialize Method (String, Type)

Deserializes the specified JSON String to an equivalent instance of the specified Type.

Namespace:  TcHmiSrv.Core.Tools.Json.Newtonsoft
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Object Deserialize(
    string value,
    Type type
)

Parameters

value

Type: System.String
The JSON String to convert.

type

Type: System.Type
The Type of the value to return.

Return Value

Type: Object
An Object instance that is equivalent to value.

Reference

TcHmiJsonSerializer Class

Deserialize Overload

TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace