.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::GetAttrValue

Find and return the value of an attribute having a specified name.

  Declarations  
    [Visual Basic]
Public Function GetAttrValue(ByVal String attrName) As String

[C#]
public string GetAttrValue(string attrName);

[C++]
public String *GetAttrValue(String *attrName);

[JScript]
public function GetAttrValue(String attrName) : String
 
  Parameters  
   
attrName
The name of the attribute
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.