ResolveHandler.JsonValueConverter Property

Gets a Converter that converts the specified Object to a Value by calling SerializeObject(Object) and passing the result to FromJson(String).

Namespace:  TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Converter JsonValueConverter { get; }

Property Value

Type: Converter

Reference

ResolveHandler Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace