1、UBB代码处理

几个处理字符串的函数(1)public static string UBBEncode(string strInput)
            }


Html编码和处理和SQL过滤及其反向处理

 

几个处理字符串的函数(1)            public static string SqlEncode(string strInput)
            }


MD5和SHA1加密处理

 

几个处理字符串的函数(1)            public static string Encrypt(string strInput,string strType)//将字符串加密
            }


字符串截取

 

几个处理字符串的函数(1)            public static string CutString(string strInput,int intlen)//截取字符串
            }


简单的几个字符串处理函数,可以直接调用,比较方便。

批评建议请发Email给我:kenblove#gmail.com

相关文章:

  • 2022-12-23
  • 2021-04-07
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案