ReplaceLines(String, IEnumerableInt32, IEnumerableString, TextDirection, Encoding)
|
Replaces the specified line numbers in the source textfile with the given text-lines.
|
ReplaceLines(String, IEnumerableInt32, String, TextDirection, Encoding)
|
Replaces the specified line numbers in the source textfile with the given text-line.
|
ReplaceLines(String, String, IEnumerableInt32, IEnumerableString, TextDirection, Encoding)
|
Replaces the specified line numbesr in the source textfile with the given text-line,
then writes the result in the target textfile.
|
ReplaceLines(String, String, IEnumerableInt32, String, TextDirection, Encoding)
|
Replaces the specified line numbesr in the source textfile with the given text-line,
then writes the result in the target textfile.
|