Method Replace
Replace(long, long, string)
Replaces the content in the specified range with the string specified by @a value.
void Replace(long from, long to, string value)
Replaces the content in the specified range with the string specified by @a value.
void Replace(long from, long to, string value)