[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.FindTextReplaceAsync

FindTextReplaceAsync Method

FindTextReplaceAsync(string, string)

Find and replaces all occurrences of the specified text asynchronously.

Declaration
public Task FindTextReplaceAsync(string text, string newText)
Public Function FindTextReplaceAsync(text As String, newText As String) As Task
Parameters
Type Name Description
string text

Text to be replaced.

string newText

New text that will replace occurrences of existing text.

Returns
Type Description
Task