Declaration Syntax
C# | Visual Basic | Visual C++ |
public static string GetAttributeValue( string tag, string attributeName )
Public Shared Function GetAttributeValue ( _ tag As String, _ attributeName As String _ ) As String
public: static String^ GetAttributeValue( String^ tag, String^ attributeName )
Parameters
- tag (String)
- attributeName (String)