Mini SQL Query Extensibility Documentation
ReplaceString Method (value, startIndex, length)
NamespacesMiniSqlQuery.CoreIFindReplaceProviderReplaceString(String, Int32, Int32)
Replaces the text from startIndex for length characters with value.
Declaration Syntax
C#Visual BasicVisual C++
bool ReplaceString(
	string value,
	int startIndex,
	int length
)
Function ReplaceString ( _
	value As String, _
	startIndex As Integer, _
	length As Integer _
) As Boolean
bool ReplaceString(
	String^ value, 
	int startIndex, 
	int length
)
Parameters
value (String)
The new string.
startIndex (Int32)
the starting position.
length (Int32)
The length (0 implies an insert).
Return Value
True if successful, otherwise false.
See Also

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)