InsertData

CharacterData.InsertData method

Inserts a string at the specified offset.

public virtual void InsertData(int offset, string data)
ParameterTypeDescription
offsetInt32The offset.
dataStringThe content data.

See Also