C# 클래스 ResumeFactory.Common.StringUtil

파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL

공개 메소드들

메소드 설명
GetCommonPrefix ( string str1, string str2 ) : string

获取两个字符串的公共前缀

메소드 상세

GetCommonPrefix() 공개 정적인 메소드

获取两个字符串的公共前缀
public static GetCommonPrefix ( string str1, string str2 ) : string
str1 string
str2 string
리턴 string