SourcexmlAttrAsInt Method |
Reads XML attribute and returns its int value.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static int xmlAttrAsInt(
XmlReader reader,
string attrName,
int defaultValue
)
Public Shared Function xmlAttrAsInt (
reader As XmlReader,
attrName As String,
defaultValue As Integer
) As Integer
public:
static int xmlAttrAsInt(
XmlReader^ reader,
String^ attrName,
int defaultValue
)
static member xmlAttrAsInt :
reader : XmlReader *
attrName : string *
defaultValue : int -> int
Parameters
- reader
- Type: System.XmlXmlReader
- attrName
- Type: SystemString
- defaultValue
- Type: SystemInt32
Return Value
Type:
Int32See Also