static public bool VldInt(string num) { #region int ResultNum; return int.TryParse(num, out ResultNum); #endregion }