'Declaration Public Overloads Shared Function ReplaceString( _ ByVal str As String, _ ByVal oldValue As String, _ ByVal newValue As String, _ ByRef result As String, _ Optional ByVal comparison As StringComparison _ ) As Boolean
'Declaration
Public Overloads Shared Function ReplaceString( _ ByVal str As String, _ ByVal oldValue As String, _ ByVal newValue As String, _ ByRef result As String, _ Optional ByVal comparison As StringComparison _ ) As Boolean
public static bool ReplaceString( string str, string oldValue, string newValue, out string result, StringComparison comparison )
StringUtil Class StringUtil Members Overload List