TcHmiApplicationSplitSymbolPath(String, StringSplitOptions) Method

Splits the specified symbol path into substrings based on SymbolPathElementSeparators.


Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9

Syntax

C#

public static string[] SplitSymbolPath(
    string path,
    StringSplitOptions options
)

Parameters

path  String

The symbol path to split.

options  StringSplitOptions

RemoveEmptyEntries to omit empty array elements from the array returned; or None to include empty array elements in the array returned.

Return Value

String
An array whose elements contain the substrings in path that are delimited by SymbolPathElementSeparators.

Version Information

Supported in: 3.1.7447.0, 2.3.7447.0, 1.10.7447.0

Reference

TcHmiApplication Class SplitSymbolPath Overload TcHmiSrv.Core.General Namespace

Copyright © Beckhoff Automation GmbH & Co. KG