CommandGroupExtensions.FromJson Method (String)

Returns a CommandGroup that represents the specified JSON String.

Namespace:  TcHmiSrv.Core.Tools.Json.Extensions
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static CommandGroup FromJson(
    string value
)

Parameters

value

Type: System.String
The JSON String to convert into an instance of type CommandGroup.

Return Value

Type: CommandGroup
A CommandGroup that represents value.

Reference

CommandGroupExtensions Class

FromJson Overload

TcHmiSrv.Core.Tools.Json.Extensions Namespace