Search
BinaryContext.ReadString Method
See Also
 






Reads a string from the underlying stream.

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

 Syntax

C#  Copy Code

public string ReadString ()

Visual Basic  Copy Code

Public Function ReadString () As String

 Return Value

A string value.

 See Also