TcHmiJsonSerializer.Serialize Method (Object, Boolean)
Serializes the specified Object to an equivalent JSON String.
Namespace: TcHmiSrv.Core.Tools.Json.Newtonsoft
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string Serialize(
Object value,
bool format
)
Parameters
value |
Type: System.Object |
format |
Type: System.Boolean |