GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlTransformer Class
/ Int32Attr Method
the name of the attribute
the default value to return if the attribute is not present or there is a parsing error
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Int32Attr Method
In This Topic
Read an attribute's string value as an integer.
Syntax
C#
public
int
Int32Attr(
string
name
,
int
def
)
Parameters
name
the name of the attribute
def
the default value to return if the attribute is not present or there is a parsing error
Return Value
the result of calling
Int32FromString
See Also
Reference
GoXmlTransformer Class
GoXmlTransformer Members