GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlReader Class / ReadAttrVal Method
the name of the attribute
In This Topic
    ReadAttrVal Method
    In This Topic
    Return an attribute's string value.
    Syntax
    public virtual string ReadAttrVal( 
       string name
    )

    Parameters

    name
    the name of the attribute

    Return Value

    The value of the attribute named by name; if name is null or if the attribute is not present in the XmlReader or ReaderNode, this method returns null.
    See Also