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

NodeUtils.GetByteAttribute Method 

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

[Visual Basic]
Public Shared Function GetByteAttribute( _
   ByVal NameValueCollection As NameValueCollection, _
   ByVal String As String, _
   ByVal Byte As Byte _
) As Byte
[C#]
public static byte GetByteAttribute(
   NameValueCollection attributes,
   String name,
   Byte def
);

Parameters

attributes
name
The key
def
The default value to be returned if the attribute is not found.

Return Value

See Also

NodeUtils Class | IBatisNet.Common.Xml Namespace