Version: 5.3
Experimental: this API is experimental and might be changed or removed in the future.

DownloadHandlerBuffer.GetText

매뉴얼로 전환
protected string GetText ();

반환

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

설명

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

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