Search
BinaryContext.ReadInt Method
See Also
 






Reads a integer from the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<Int32> ReadInt ()

Visual Basic  Copy Code

Public Function ReadInt () As Nullable(Of Int32)

 Return Value

An integer value or null (Nothing in Visual Basic).

 See Also