'Declaration
Public Overloads Shared Function GetAttributeValue( _ ByVal sourceNode As XmlElement, _ ByVal attributeName As String, _ ByVal defaultValue As String _ ) As String
public static string GetAttributeValue( XmlElement sourceNode, string attributeName, string defaultValue )
Parameters
- sourceNode
- attributeName
- defaultValue