PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Replaces the old value in the generated string with the new value.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public void Replace(
	string oldValue,
	string newValue
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub Replace ( _
	oldValue As , _
	newValue As  _
)

Parameters

oldValue
String
The string to be replaced.
newValue
String
The string that will replace the oldValue.

See Also

Advanced