Babelfish Help Documentation
C#
For Babelfish Release 1.12.4.4
Show/Hide TOC
String
Interpolation
Replace(String, IParticipant) Method
Definition
Namespace:
Scopos.BabelFish.Helpers.Extensions
Assembly:
BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
Copy
public
static
string
Replace
(
this
string
source
,
IParticipant
participant
)
Parameters
source
String
participant
IParticipant
Return Value
String
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
StringInterpolation Class
Replace Overload
Scopos.BabelFish.Helpers.Extensions Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also