CharacterData.ReplaceData

CharacterData.ReplaceData method

Replace the characters starting at the specified 16-bit unit offset with the specified string.

public virtual void ReplaceData(int offset, int count, string data)
ParameterTypeDescription
offsetInt32The offset.
countInt32The count.
dataStringThe content data.

See Also