コード例 #1
0
 public static bool IsNullOrEmpty(this NaturalString s) => string.IsNullOrEmpty(s);
コード例 #2
0
 public static bool IsNullOrWhitespace(this NaturalString s) => string.IsNullOrWhiteSpace(s);