RAttribute Collection.Try Get String Method
            
            
            Attempts to get the value of a string attribute.
            
Definition
Namespace: Numerics.NET.Data.R
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
    C#
    
 
 
true if the attribute was found; otherwise false.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
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
Booleantrue if the attribute was found; otherwise false.