TextReplace Method

Replaces all the occurrences of the textToLookFor with the textToReplace

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Text Replace(
	Text textToLookFor,
	Text textToReplace
)

Parameters

textToLookFor  Text
The text to look for and replace
textToReplace  Text
The text to replace to

Return Value

Text
The Text after replacing all the occurrences of the textToLookFor with the textToReplace

See Also