CharacterData.ReplaceData

CharacterData.ReplaceData method

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

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

See Also