TextInputReadAllStrings Method |
Reads all space-delimited strings from the input stream as an
array of strings
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] ReadAllStrings()
Return Value
Type:
Stringthe array of strings
See Also