Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回带引号标识符的正确的不加引号形式,该标识符中的所有嵌入式引号都已经过正确的取消转义。
Public Overrides Function UnquoteIdentifier( ByVal quotedIdentifier As String ) As String
public override string UnquoteIdentifier(string quotedIdentifier)
quotedIdentifier 表示会删除带引号标识符的嵌入式引号的字符串。
返回字符串,此字符串表示已对嵌入式引号正确取消转义的带引号标识符的不加引号形式。