File.ReadInt32 Method

Reads a single int32 (int/cell) from a file.

bool ReadInt32(int& data)

Parameters

int& data

Variable to store the data read.

Return Value

True on success, false on failure.