Search
BinaryContext.WriteString Method
See Also
 






Writes the specified string to the underlying stream.

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

 Syntax

C#  Copy Code

public void WriteString (
    string value
)

Visual Basic  Copy Code

Public Sub WriteString( _
    value As String _
)

 Parameters

value

The string object to write.

 See Also