Read a line from a FILE stream.
- sb
- Where to store the next line of text from stream.
- stream
- The FILE stream to read a line from.
See the Stdlib.fgets(System.Text.StringBuilder, int, IntPtr) documentation.
Identical to calling fgets(sb, sb.Capacity, stream). See the Stdlib.fgets(System.Text.StringBuilder, int, IntPtr) documentation.
Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0