'Declaration
Public Overloads Shared Sub BatchReplaceAppend( _ ByVal src As System.String, _ ByVal startIndex As System.Integer, _ ByVal length As System.Integer, _ ByVal sb As System.Text.StringBuilder, _ ByVal match1 As System.Char, _ ByVal match2 As System.Char, _ ByVal match1NewValue As System.String, _ ByVal match2NewValue As System.String _ )
'Usage
Dim src As System.String Dim startIndex As System.Integer Dim length As System.Integer Dim sb As System.Text.StringBuilder Dim match1 As System.Char Dim match2 As System.Char Dim match1NewValue As System.String Dim match2NewValue As System.String NCodeHighlighter.BatchReplaceAppend(src, startIndex, length, sb, match1, match2, match1NewValue, match2NewValue)
public static void BatchReplaceAppend( System.string src, System.int startIndex, System.int length, System.Text.StringBuilder sb, System.char match1, System.char match2, System.string match1NewValue, System.string match2NewValue )
Parameters
- src
- startIndex
- length
- sb
- match1
- match2
- match1NewValue
- match2NewValue