UnityEngine.Networking.DownloadHandlerBuffer.GetText C# (CSharp) Method

GetText() protected method

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

protected GetText ( ) : string
return string
        protected override string GetText()
        {
            return this.InternalGetText();
        }