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 埋め込まれた引用符が削除される、引用符付きの識別子を表す文字列。
埋め込まれた引用符が適切にアンエスケープされた、引用符付き識別子の引用符なしの形式を表す文字列を返します。