File.getCsvLine

Returns the next value of the file in CSV (Comma-Separated Values) format. You can pass a different delimiter delim to use other than the default "," (comma). This delimiter must be one-character long. Text is interpreted as being UTF-8 encoded.

struct File
@nogc nothrow const
PoolStringArray
getCsvLine
(
in String delim = gs!","
)

Meta