This document is archived and information here might be outdated.  Recommended version.


IXMLReader.ReadByte Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLReader Interface > IXMLReader.ReadByte Method
ArcGIS Developer Help

IXMLReader.ReadByte Method

Reads the current element value as a byte.

[Visual Basic .NET]
Public Function ReadByte ( _
) As Byte
[C#]
public byte ReadByte (
);
[C++]
HRESULT ReadByte(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

 

Remarks

The ReadByte method specifies the current element value as a byte.

Byte variables are stored as single, unsigned 8 bit numbers (1 byte), its range is from 0 to 255.  Anything below and above these numbers will cause the Invalid Procedure Call Error.

See Also

IXMLReader Interface