TextReplace Method
Replaces all the occurrences of the textToLookFor with the textToReplace
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Text Replace(
Text textToLookFor,
Text textToReplace
)
Public Function Replace (
textToLookFor As Text,
textToReplace As Text
) As Text
member Replace :
textToLookFor : Text *
textToReplace : Text -> Text
- textToLookFor Text
- The text to look for and replace
- textToReplace Text
- The text to replace to
TextThe Text after replacing all the occurrences of the
textToLookFor with the
textToReplace