頁面資料校驗類

2021-05-09 09:03:35 字數 2305 閱讀 6777

using system;

using system.text;

using system.web;

using system.web.ui.webcontrols;

using system.text.regularexpressions;

namespace smarterp.until

#region 數字字串檢查

///

/// 檢查request查詢字串的鍵值,是否是數字,最大長度限制  

///

/// request

/// request的鍵值

/// 最大長度

/// 返回request查詢字串

/// 是否數字字串  

///

/// 輸入字串

///

public static bool isnumber(string inputdata)

///

/// 是否數字字串 可帶正負號  

///

/// 輸入字串

///

public static bool isnumbersign(string inputdata)

///

/// 是否是浮點數  

///

/// 輸入字串

///

public static bool isdecimal(string inputdata)

///

/// 是否是浮點數 可帶正負號  

///

/// 輸入字串

///

public static bool isdecimalsign(string inputdata)

///

/// 是否是整數、浮點數

///

/// 輸入字串

///

public static bool isallnumber(string inputdat)

else

}///

/// 數字是否所要求的位數

///

/// 輸入字串

/// 位數

///

public static bool isnumbermedian(string inpuntdata, int median)

else

}else

}#endregion

#region 中文檢測

///

/// 檢測是否有中文字元  

///

///

///

public static bool ishaschzn(string inputdata)

#endregion

#region 郵件位址

///

/// 是否是浮點數 可帶正負號  

///

/// 輸入字串

///

public static bool isemail(string inputdata)

#endregion

#region 其他

///

/// 檢查字串最大長度,返回指定長度的串  

///

/// 輸入字串

/// 最大長度

///

public static string sqltext(string sqlinput, int maxlength)

return sqlinput;

}///

/// 字串編碼  

///

///

///

public static string htmlencode(string inputdata)

///

/// 設定label顯示encode的字串  

///

///

///

public static void setlabel(label lbl, string txtinput)

public static void setlabel(label lbl, object inputobj)

#endregion}}

頁面資料校驗類

頁面資料校驗類 public class pagevalidate region 數字字串檢查 public static bool isphone string inputdata 檢查request查詢字串的鍵值,是否是數字,最大長度限制 request request的鍵值 最大長度 返回re...

頁面資料校驗

頁面資料校驗類 2010.6 public class pagevalidate request request的鍵值 最大長度 返回request查詢字串 是否數字字串 輸入字串 public static bool isnumber string inputdata 是否數字字串 可帶正負號 輸...

工具類 校驗

手機效驗 正確 true 錯誤 false public boolean ismobile string mobiles matcher m p.matcher mobiles return m.matches 手機格式校驗 11位 正確 true 錯誤 false public boolean i...