예제 #1
0
 public int IsNumber(string x)
 {
     return(hsDAO.IsNumber(x));
 }