Value.ToArray Method

Converts this instance of the Value class to the appropriate Array.

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

Syntax

C#

public Value[] ToArray()

Return Value

Type: .Value.
The inner Array of the current Value if IsArray is true. -or- An Array that represents the current Value if it contains a List.T.. -or- An empty Array.

Reference

Value Class

TcHmiSrv.Core Namespace