Aqueduct.Helpers.StringExtensions.IsNullOrEmpty C# (CSharp) Méthode

IsNullOrEmpty() private méthode

private IsNullOrEmpty ( this str ) : bool
str this
Résultat bool
        public static bool IsNullOrEmpty (this string str)
        {
            return string.IsNullOrEmpty (str);
        }