string-IsNullOrEmpty

        [Pure]
        public static bool IsNullOrEmpty(String value) {
            return (value == null || value.Length == 0);
        }

 

posted @ 2021-11-19 13:59  vba是最好的语言  阅读(29)  评论(0编辑  收藏  举报