Table of Contents

Method ReplaceData

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

ReplaceData(int, int, string)

Replaces the specified number of characters starting at the specified offset with the specified string.

void ReplaceData(int offset, int count, string strData)

Parameters

offset int

The position within the string to start replacing.

count int

The number of characters to replace.

strData string

The new data that replaces the old string data.