TcHmiApplication.SplitSymbolPath Method (String, StringSplitOptions)
Splits the specified symbol path into substrings based on SymbolPathElementSeparators.
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string[] SplitSymbolPath(
string path,
StringSplitOptions options
)
Parameters
path |
Type: System.String |
options |
Type: System.StringSplitOptions |
Return Value
Type: .String.
An array whose elements contain the substrings in path that are delimited by SymbolPathElementSeparators.