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

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<string> elements
)

Parameters

elements

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:TcHmiSrv.Core.General.TcHmiApplication.JoinPath``1(System.Collections.Generic.IEnumerable{System.String})"]

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