ResolveHandler.JsonConverter Property
Gets a Converter that converts the specified Object to an instance of the specified Type by calling ToString. 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 JsonConverter { get; }