Search
BinaryContext.Writer Property
See Also
 






Gets the binary writer used for serialization.

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

 Syntax

C#  Copy Code

public BinaryWriter Writer { get; }

Visual Basic  Copy Code

Public ReadOnly Property Writer As BinaryWriter

 Property Value

An instance of the .NET BinaryWriter class.

 See Also