Click or drag to resize
StreamHelperReadLine Method (Stream, Encoding)
reads a line

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string ReadLine(
	Stream stream,
	Encoding encoding
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Adf.StreamHelper.ReadLine(System.IO.Stream,System.Text.Encoding)"]

encoding
Type: System.TextEncoding

[Missing <param name="encoding"/> documentation for "M:Adf.StreamHelper.ReadLine(System.IO.Stream,System.Text.Encoding)"]

Return Value

Type: String
String that was read in
See Also