[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.FindTextReplace

FindTextReplace Method

FindTextReplace(string, string)

Find and replaces all occurrences of the specified text.

Declaration
[Obsolete("This method is deprecated, please, use FindTextReplaceAsync instead.")]
public void FindTextReplace(string text, string newText)
Parameters
Type Name Description
string text

Text to be replaced.

string newText

New text that will replace occurrences of existing text.