Table of Contents

Method Replace

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Replace(long, long, string)

Replaces the text starting at the first position up to(but not including) the character at the last position with the given text.

void Replace(long from, long to, string value)

Parameters

from long

The first position.

to long

The last position.

value string

The value to replace the existing text with.

Remarks

This function puts the current insertion point position at to as a side effect.