Attempts to get the value of a string vector attribute.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public bool TryGetStrings(
string key,
out Vector<string> value
)
Public Function TryGetStrings (
key As String,
<OutAttribute> ByRef value As Vector(Of String)
) As Boolean
public:
bool TryGetStrings(
String^ key,
[OutAttribute] Vector<String^>^% value
)
member TryGetStrings :
key : string *
value : Vector<string> byref -> bool
Parameters
- key
- Type: SystemString
The name of the attribute to retrieve. - value
- Type: Extreme.MathematicsVectorString
On return, the value of the attribute
that was retrieved.
Return Value
Type:
Boolean if the attribute was found;
otherwise
.
Reference