RAttribute Collection.Try Get Strings Method
Attempts to get the value of a string vector attribute.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
true if the attribute was found; otherwise false.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public bool TryGetStrings(
string key,
out Vector<string> value
)
Parameters
- key String
- The name of the attribute to retrieve.
- value Vector<String>
- On return, the value of the attribute that was retrieved.
Return Value
Booleantrue if the attribute was found; otherwise false.