GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / IsAttrPresent Method
In This Topic
    IsAttrPresent Method
    In This Topic
    This predicate returns true if the given attribute name is present in the current element when reading.
    Syntax
    public bool IsAttrPresent( 
       string name
    )

    Parameters

    name
    See Also