BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

XmlHelper..::..ReadStandardIntegerValue Method

Reads the standard integer value.

Namespace:  CAS.Lib.CommonBus.Xml
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


public static int ReadStandardIntegerValue(
	XmlReader XmlReaderStreamOfSettings,
	string AttributeName
)
Public Shared Function ReadStandardIntegerValue ( _
	XmlReaderStreamOfSettings As XmlReader, _
	AttributeName As String _
) As Integer
public:
static int^ ReadStandardIntegerValue(
	XmlReader^ XmlReaderStreamOfSettings, 
	String^ AttributeName
)

Parameters

XmlReaderStreamOfSettings
Type: XmlReader
The XML reader stream of settings.
AttributeName
Type: String
Name of the attribute.

Return Value