CharacterData.InsertData

CharacterData.InsertData method

Insert a string at the specified 16-bit unit offset.

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

See Also