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 then continue until either the specified size in bytes was affected or the end of this Buffer is reached.

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