Apache.Shiro.Util.StringUtils.HasLength C# (CSharp) Méthode

HasLength() public static méthode

public static HasLength ( string value ) : bool
value string
Résultat bool
        public static bool HasLength(string value)
        {
            return !string.IsNullOrEmpty(value);
        }