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)
Parameter Type Description
offset Int32 The offset.
count Int32 The count.
data String The content data.

See Also