예제 #1
0
 public static bool IsNull(this Int16 iText)
 {
     return(!iText.IsNotNull());
 }