C# 클래스 iBlog.Utility.StringHelper

파일 보기 프로젝트 열기: eshengsky/iBlog

공개 메소드들

메소드 설명
GenerateShortGuid ( ) : string

生成16位的短Guid字符串

GetMd5 ( string strSource, string strEncode = "UTF-8" ) : string

MD5加密

메소드 상세

GenerateShortGuid() 공개 정적인 메소드

生成16位的短Guid字符串
public static GenerateShortGuid ( ) : string
리턴 string

GetMd5() 공개 정적인 메소드

MD5加密
public static GetMd5 ( string strSource, string strEncode = "UTF-8" ) : string
strSource string
strEncode string
리턴 string