Click or drag to resize

FileStorePascalString Method

Stores the given String as a line in the file in Pascal format (i.e. also store the length of the string).

Text will be encoded as UTF-8.

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

Parameters

string
Type: SystemString

[Missing <param name="string"/> documentation for "M:Godot.File.StorePascalString(System.String)"]

See Also