TcHmiApplication.JoinPath.T. Method (IEnumerable.T.)

Concatenates all elements of the specified IEnumerable.T., using PathElementSeparator between each element.

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

Syntax

C#

public static string JoinPath<T>(
    IEnumerable<T> elements
)

Parameters

elements

Type: System.Collections.Generic.IEnumerable.T.
An IEnumerable.T. of the specified type that contains the elements to concatenate.

Type Parameters

T

The type of the elements to concatenate.

Return Value

Type: String
A String that consists of the specified elements delimited by PathElementSeparator. If elements has no members, the method returns Empty.

Reference

TcHmiApplication Class

JoinPath Overload

TcHmiSrv.Core.General Namespace