Attempts to get the value of a string attribute.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16328.0)
public bool TryGetString(
string key,
out string value
)
Public Function TryGetString (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
bool TryGetString(
String^ key,
[OutAttribute] String^% value
)
member TryGetString :
key : string *
value : string byref -> bool
Parameters
- key
- Type: SystemString
The name of the attribute to retrieve. - value
- Type: SystemString
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