Nevron.Examples.Framework.WinForm Namespace / NCodeHighlighter Class / BatchReplaceAppend Method / BatchReplaceAppend(String,Int32,Int32,StringBuilder,Char,Char,String,String) Method


In This Topic
    BatchReplaceAppend(String,Int32,Int32,StringBuilder,Char,Char,String,String) Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also