Click or drag to resize

MarshallsUtf8ToBase64 Method

Returns a Base64-encoded string of the UTF-8 string utf8_str.

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

Parameters

utf8Str
Type: SystemString

[Missing <param name="utf8Str"/> documentation for "M:Godot.Marshalls.Utf8ToBase64(System.String)"]

Return Value

Type: String

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

See Also