iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

NodeUtils.GetStringAttribute Method (NameValueCollection, String)

Searches for the attribute with the specified name in this attributes list.

[Visual Basic]
Overloads Public Shared Function GetStringAttribute( _
   ByVal NameValueCollection As NameValueCollection, _
   ByVal String As String _
) As String
[C#]
public static string GetStringAttribute(
   NameValueCollection attributes,
   String name
);

Parameters

attributes
name
The key

Return Value

See Also

NodeUtils Class | IBatisNet.Common.Xml Namespace | NodeUtils.GetStringAttribute Overload List