Babel.Core.STR.is_empty C# (CSharp) Méthode

is_empty() public static méthode

public static is_empty ( string self ) : bool
self string
Résultat bool
        public static bool is_empty(string self)
        {
            return self.Length == 0;
        }