NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ReadLine Method

Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string.

object.ReadLine

The object argument is always the name of a TextStream object.

See Also

Close Method | Read Method | ReadAll Method | Skip Method | SkipLine Method | Write Method | WriteBlankLines Method | WriteLine MethodApplies To: TextStream Object