{CompanyName} FlexyGo

Util..::..ReplaceStr Method

Replaces the strings oldvalue with the new value.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string ReplaceStr(
	string str,
	string oldValue,
	string newValue
)
Public Shared Function ReplaceStr ( _
	str As String, _
	oldValue As String, _
	newValue As String _
) As String

Parameters

str
Type: String
The string.
oldValue
Type: String
The old value.
newValue
Type: String
The new value.

Return Value

System.String.