using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IControls_FireManager { // 에러 검증 함수는 여기 클래스에서 전담한다 public static class _Error { public static char Blank = ' '; public static char Comma = ','; public static char SemiColon = ';'; public static char Colon = ':'; public static string Apostrophe = "'"; public static char Minus = '-'; // 스트링중 숫자가 아닌 다른값이 포함되어있는지 체크 public static bool Check_All_Int(string Data) { for(int i=0;i