Babel.Core.STR.is_empty C# (CSharp) 메소드

is_empty() 공개 정적인 메소드

public static is_empty ( string self ) : bool
self string
리턴 bool
        public static bool is_empty(string self)
        {
            return self.Length == 0;
        }