1. C# / Говнокод #18354

    +143

    1. 1
    2. 2
    3. 3
    4. 4
    public static bool IsEmpty(this string input)
            {
                return String.IsNullOrEmpty(input);
            }

    А почему бы и да?

    Запостил: alexCoder2007, 17 Июня 2015

    Комментарии (5) RSS

    Добавить комментарий