NRtfTree Library 0.3
ReplaceText Method (oldValue, newValue)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfTreeNodeReplaceText(String, String)
NRtfTree Library 0.3 (0.3.3503)
Busca y reemplaza un texto determinado en todos los nodos de tipo Texto a partir del actual.
Declaration Syntax
C#Visual BasicVisual C++
public void ReplaceText(
	string oldValue,
	string newValue
)
Public Sub ReplaceText ( _
	oldValue As String, _
	newValue As String _
)
public:
void ReplaceText(
	String^ oldValue, 
	String^ newValue
)
Parameters
oldValue (String)
Texto buscado.
newValue (String)
Texto de reemplazo.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544