Click or drag to resize

Table Replace Method (String, String, Boolean, Boolean)

Replaces by specified matchString string.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override int Replace(
	string given,
	string replace,
	bool caseSensitive,
	bool wholeWord
)

Parameters

given
Type: System String
replace
Type: System String
caseSensitive
Type: System Boolean
if it specifies case sensitive, set to true .
wholeWord
Type: System Boolean
if it specifies to search a whole word, set to true .

Return Value

Type: Int32

Implements

IBodyRegion Replace(String, String, Boolean, Boolean)
See Also