Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

DownloadHandlerBuffer.GetText

protected string GetText();

Returns

string A string representing the data in the native-memory buffer.

Description

Returns a copy of the native-memory buffer interpreted as a UTF8 string.

Called by DownloadHandler.text. Allocates a new string for each call.