Reads a text line from a text file into a string. The text file must indicate the end of each line by carriage return/line feed (CR/LF) characters. The CR/LF characters are removed from the string.

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalNumber FileReadString(
	SalFileHandle hFile,
	ref SalString sLine
)

Return Value

See Also