CharacterData.InsertData

CharacterData.InsertData method

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

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

See Also