C# Class ResumeFactory.Common.StringUtil

Datei anzeigen Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
GetCommonPrefix ( string str1, string str2 ) : string

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

Method Details

GetCommonPrefix() public static method

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