Table of Contents

Method TryParse

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

TryParse(string, out DmsElementId)

Tries to parse the specified string as a DmsElementId.

public static bool TryParse(string input, out DmsElementId result)

Parameters

input string

The input string to parse. Format: "agentId/elementId".

result DmsElementId

When this method returns, contains the parsed DmsElementId, if the parsing succeeded; otherwise, the default value.

Returns

bool

true if the string was parsed successfully; otherwise, false.