C# Class RadaCode.InDoc.Data.Extensions.StringExtensions

显示文件 Open project: maxpavlov/FlexNet

Public Methods

Method Description
SmartReplace ( this source, string org, string replace, int start, int max ) : string

Method Details

SmartReplace() public static method

public static SmartReplace ( this source, string org, string replace, int start, int max ) : string
source this
org string
replace string
start int
max int
return string