System.Extensions.GetString C# (CSharp) 메소드

GetString() 공개 정적인 메소드

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