Example #1
0
 //extension methods
 public static bool IsNullOrWhiteSpace(this string input)
 {
     return(_implementation.IsNullOrWhiteSpace(input));
 }