Buffer.toEncodedString() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

Name
Type
Optional
size?
Yes
offset?
{int}
Yes

Returns

{string}

Description

Encode this Buffer into a string using the Base64 format, from which it can be recreated. A byte offset can be specified for where the operation will start and continue until either the specified amount of bytes was affected or the end of this Buffer was reached.

⚠️ **GitHub.com Fallback** ⚠️