System.Data.RiakClient.ObjectHelpers.DecodeToString C# (CSharp) Метод

DecodeToString() публичный статический Метод

public static DecodeToString ( this bytes ) : string
bytes this
Результат string
        public static string DecodeToString(this byte[] bytes)
        {
            return Encoding.UTF8.GetString(bytes);
        }