Click or drag to resize

FileGetAsText Method

Returns the whole file as a String.

Text is interpreted as being UTF-8 encoded.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetAsText()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.File.GetAsText"]

See Also