JsonValue.ToValue Method

Returns a Value that represents the current JsonValue.

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

Syntax

C#

public override sealed Value ToValue()

Return Value

Type: Value
A Value that represents the current JsonValue.

Reference

JsonValue Class

TcHmiSrv.Core.Tools.Json Namespace