EscapeSequence.Unescape 메서드

Removes any escape characters from the specified string.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Parser
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Function Unescape ( _
    value As String _
) As String
‘사용 방법
Dim instance As EscapeSequence 
Dim value As String 
Dim returnValue As String 

returnValue = instance.Unescape(value)
public string Unescape(
    string value
)
public:
String^ Unescape(
    String^ value
)
member Unescape : 
        value:string -> string
public function Unescape(
    value : String
) : String

매개 변수

  • value
    유형: System.String
    The string from which to remove escape characters.

반환 값

유형: System.String
The specified string with any escape characters removed.

참고 항목

참조

EscapeSequence 클래스

Microsoft.SqlServer.Management.SqlParser.Parser 네임스페이스