SessionExtensions.ToJson Method (Session, Boolean)
Returns a JSON String that represents the current Session.
Namespace: TcHmiSrv.Core.Tools.Json.Extensions
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string ToJson(
this Session value,
bool format
)
Parameters
value |
Type: TcHmiSrv.Core.Session |
format |
Type: System.Boolean |
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Session. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).