Returns a string in which all occurences of a specified substring are replaced with another specified substring.

Syntax

ISTextUtilities.ReplaceText(sourceString, oldValue, newValue, [ignoreCase])

Parameters

NameTypeOptionalByRefDescription
sourceString String The source string to search for the old value and replace with the new value.
oldValue String The substring to search for. </param> <param name="newValue"> The substring to replace the old value with.
newValue String
ignoreCase Boolean Optional If True then searches of sourcesString for occurrences of oldValue will not be case sensitive. If omitted, a value of True is assumed.

Return Value

String

The modified string after all searches and replacements are done.

Member of:
ISTextUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0