System.Extensions.GetString C# (CSharp) Method

GetString() public static method

public static GetString ( this nativeUtf8 ) : string
nativeUtf8 this
return string
        public static string GetString(this IntPtr nativeUtf8)
        {
            return Encoding.UTF8.GetString(nativeUtf8.GetBytes());
        }