Unicode Controls & Classes for VB6 - Version 4

clsUniFile.ReadByte Function

Reads a byte from file and returns True if the operation finished correctly

Syntax
Public Function ReadByte (ByRef b As Byte) As Boolean
Parameters
Parameter Description
ByRef b As Byte The byte read from file (OUT)
Remarks