Click or drag to resize

FileGetSha256 Method

Returns a SHA-256 String representing the file at the given path or an empty String on failure.

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

Parameters

path
Type: SystemString

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.File.GetSha256(System.String)"]

See Also