JsonSchemaValue.ToValue Method (Boolean)

Returns a Value that represents the current JsonSchemaValue.

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

Syntax

C#

public Value ToValue(
    bool omitDefinitions
)

Parameters

omitDefinitions

Type: System.Boolean
true to omit the Definitions in the returned Value; otherwise, false to add them to the returned Value.

Return Value

Type: Value
A Value that represents the current JsonSchemaValue.

Reference

JsonSchemaValue Class

ToValue Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace