TcHmiJsonSerializerDeserialize(String, Type, JsonSerializerSettings) Method

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: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public static Object Deserialize(
    string value,
    Type type,
    JsonSerializerSettings settings
)

Parameters

value  String

The JSON String to convert.

type  Type

The Type of the value to return.

settings  JsonSerializerSettings

The JsonSerializerSettings that will be used to deserialize value or null to use the default JsonSerializerSettings .

Return Value

Object
An Object instance that is equivalent to value.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiJsonSerializer Class Deserialize Overload TcHmiSrv.Core.Tools.Json.Newtonsoft Namespace

Copyright © Beckhoff Automation GmbH & Co. KG