Exemplo n.º 1
0
 public static bool IsNullOrEmpty(this NaturalString s) => string.IsNullOrEmpty(s);
Exemplo n.º 2
0
 public static bool IsNullOrWhitespace(this NaturalString s) => string.IsNullOrWhiteSpace(s);