ReplaceData

CharacterData.ReplaceData method

Replaces the characters starting at the specified 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