User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_bytes.readbyte_integer

Table of Contents

TGIS_Bytes.ReadByte method

DK for .NET | TatukGIS.NDK.TGIS_Bytes.ReadByte | Constructors | Methods | Properties

Read a byte value.

Available also on: Delphi | Java.

Syntax

// C#
public byte ReadByte(
  int _off
);
' VisualBasic
Public Function ReadByte(
  ByVal _off As Integer
) As Byte
// Oxygene
public
  function ReadByte(
    _off : Integer
  ) : Byte;

Parameters

Name Type Description
_off int
Integer
offset the values is placed at

Result

Type Description
byte
Byte
read value
2025/01/31 01:10

Page Tools