Click or drag to resize

MarshallsRawToBase64 Method

Returns a Base64-encoded string of a given Byte.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string RawToBase64(
	byte[] array
)

Parameters

array
Type: SystemByte

[Missing <param name="array"/> documentation for "M:Godot.Marshalls.RawToBase64(System.Byte[])"]

Return Value

Type: String

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

See Also