FontSettingCollection.Replace

Replace(int, int, string)

Replace the text.

public void Replace(int index, int count, string text)
ParameterTypeDescription
indexInt32The start index.
countInt32The count of characters.
textStringThe text.

See Also


Replace(string, string)

Replace the text.

public void Replace(string oldValue, string newValue)
ParameterTypeDescription
oldValueStringThe old text.
newValueStringThe new text.

See Also