uaPLUS Reference
EscapeAndAppendString Method
See Also  Send Feedback
Advosol.uaPLUS.HDA Namespace > ParsedNodeId Class : EscapeAndAppendString Method

buffer
The buffer.
text
The text.
specialChars
The special chars.

Glossary Item Box

Escapes and appends a string.

Syntax

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.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.