ResolveHandler.ValueJsonConverter Property
Gets a Converter that converts the specified Value to an instance of the specified Type by calling ToJson(Value) and passing the result to DeserializeObject(String, Type).
Namespace: TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static Converter ValueJsonConverter { get; }