Click or drag to resize
TextInputReadAll Method
Read all characters from the steam into a string

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string ReadAll()

Return Value

Type: String
the rest of the file in a string
See Also