Visual Basic (Declaration) | |
---|---|
Protected Shared Sub EscapeAndAppendString( _ ByVal buffer As StringBuilder, _ ByVal text As String, _ ByVal ParamArray specialChars() As Char _ ) |
C# | |
---|---|
protected static void EscapeAndAppendString( StringBuilder buffer, string text, params char[] specialChars ) |
Parameters
- buffer
- The buffer.
- text
- The text.
- specialChars
- The special chars.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family