DK for .NET | TatukGIS.NDK.TGIS_Bytes.ReadByte | Constructors | Methods | Properties
Read a byte value.
// C# public byte ReadByte( int _off );
' VisualBasic Public Function ReadByte( ByVal _off As Integer ) As Byte
// Oxygene public function ReadByte( _off : Integer ) : Byte;
Name | Type | Description |
---|---|---|
_off | int Integer | offset the values is placed at |
Type | Description |
---|---|
byte Byte | read value |