Click or drag to resize
StringExtrasReplaceStringAtPosition Method
replace a length of string in a string with another string

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ReplaceStringAtPosition(
	string str,
	string newstr,
	int startpos,
	int endpos
)

Parameters

str
Type: SystemString
newstr
Type: SystemString
startpos
Type: SystemInt32
endpos
Type: SystemInt32

Return Value

Type: String
See Also