Value.TryGetValue Method
Gets the Value associated with the specified key.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool TryGetValue(
string key,
out Value value
)
Parameters
key |
Type: System.String |
value |
Type: TcHmiSrv.Core.Value. |
Return Value
Type: Boolean
true if the Value contains a
Value with
the specified key; otherwise, false.