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 ();
        }