UnquoteIdentifier(string) method

Returns the correct unquoted form of a quoted identifier, including properly un-escaping any embedded quotes in the identifier.

Visual Basic syntax

Public Overrides Function UnquoteIdentifier (ByVal quotedIdentifier As String) As String

C# syntax

public override string UnquoteIdentifier (string quotedIdentifier)

Parameters

Returns

Returns a string representing the unquoted form of a quoted identifier with embedded quotes properly un-escaped.