Attempts to get the value of a string vector attribute.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.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
.
Numerical Libraries
Supported in: 6.0
Reference