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.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family