RAttributeCollection.TryGetString Method

Attempts to get the value of a string attribute.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public bool TryGetString(
	string key,
	out string value
)

Parameters

key  String
The name of the attribute to retrieve.
value  String
On return, the value of the attribute that was retrieved.

Return Value

Boolean
true if the attribute was found; otherwise false.

See Also