ArcObjects Library Reference (System)  

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(
  Byte* Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type Byte

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