GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlReader Class
/ ReadAttrVal Method
the name of the attribute
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ReadAttrVal Method
In This Topic
Return an attribute's string value.
Syntax
C#
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
Reference
GoXmlReader Class
GoXmlReader Members