Table of Contents

Method InsertData

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

InsertData(int, string)

Inserts the specified string at the specified character offset.

void InsertData(int offset, string strData)

Parameters

offset int

The position within the string to insert the supplied string data.

strData string

The string data that is to be inserted into the existing string.