[This is preliminary documentation and is subject to change.]
Replaces all the occurrences of the textToLookFor with the textToReplace
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public Text Replace( Text textToLookFor, Text textToReplace ) |
Visual Basic (Declaration) |
---|
Public Function Replace ( _ textToLookFor As Text, _ textToReplace As Text _ ) As Text |
Visual C++ |
---|
public: Text^ Replace( Text^ textToLookFor, Text^ textToReplace ) |
Parameters
- textToLookFor
- Type: Firefly.Box..::.Text
The text to look for and replace
- textToReplace
- Type: Firefly.Box..::.Text
The text to replace to