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

text
The text.
start
The start.
specialChars
The special chars.

Glossary Item Box

Extracts the and unescapes a string.

Syntax

Visual Basic (Declaration) 
Protected Shared Function ExtractAndUnescapeString( _
   ByVal text As String, _
   ByRef start As Integer, _
   ByVal ParamArray specialChars() As Char _
) As String
C# 
protected static string ExtractAndUnescapeString( 
   string text,
   ref int start,
   params char[] specialChars
)

Parameters

text
The text.
start
The start.
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.