QuSystem Documentation
Replace Method (str, find, text, num)
The System namespace that should have been...SystemQuStringReplace(String, String, String, Int32)

[This is preliminary documentation and is subject to change.]

Replaces the occurences of text in the string.
Declaration Syntax
C#Visual BasicVisual C++
public static string Replace(
	string str,
	string find,
	string text,
	int num
)
Public Shared Function Replace ( _
	str As String, _
	find As String, _
	text As String, _
	num As Integer _
) As String
public:
static String^ Replace (
	String^ str, 
	String^ find, 
	String^ text, 
	int num
)
Parameters
str (String)
The string.
find (String)
The text to find.
text (String)
The replace text.
num (Int32)
The number of replacements to allow.
Return Value

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0