Aqueduct.Helpers.StringExtensions.IsNotEmpty C# (CSharp) Метод

IsNotEmpty() приватный Метод

private IsNotEmpty ( this str ) : bool
str this
Результат bool
        public static bool IsNotEmpty (this string str)
        {
            return !str.IsNullOrEmpty ();
        }