您的位置:首页 > 编程语言 > ASP

asp.net常用函数

2008-01-26 15:38 169 查看
public static string ToSDC(string input)

public static string ToDSC(string input)

public static bool IsNumeric(string str)

public static bool IsNum(String str)

public static bool IsChina(string CString)

public static string CutString(string str, int length)

//public static bool ValidCardNumber(string CardNumber)

//{

// System.Text.RegularExpressions.Regex reg1

// = new System.Text.RegularExpressions.Regex(@"^\d{15}|(\d{17}(\d|X|*))$");

// return reg1.IsMatch(CardNumber);

//}

public static string GetNewFileName(string FileName)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: