JsonSchemaValue.ToString Method (Boolean)

Returns a String 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 string ToString(
    bool omitDefinitions
)

Parameters

omitDefinitions

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

Return Value

Type: String
A String that represents the current JsonSchemaValue.

Reference

JsonSchemaValue Class

ToString Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace