Example #1
0
 public static bool IsNullOrEmpty(this string input)
 {
     return(_implementation.IsNullOrEmpty(input));
 }