FileGetCsvLine Method |
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.
Namespace: Godot
public string[] GetCsvLine( string delim = "," )
[Missing <param name="delim"/> documentation for "M:Godot.File.GetCsvLine(System.String)"]
[Missing <returns> documentation for "M:Godot.File.GetCsvLine(System.String)"]