DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowCommandBuilder Class / UnquoteIdentifier Method

In This Topic
    UnquoteIdentifier Method (C1ServiceNowCommandBuilder)
    In This Topic
    Given a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier.
    Syntax
    'Declaration
     
    Public Function UnquoteIdentifier( _
       ByVal quotedIdentifier As String _
    ) As String
    public string UnquoteIdentifier( 
       string quotedIdentifier
    )

    Parameters

    quotedIdentifier
    See Also