Click or drag to resize
TextInputReadAllStrings Method
Reads all space-delimited strings from the input stream as an array of strings

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

Return Value

Type: String
the array of strings
See Also