EscapeSequence.UnescapeLiteral 메서드

Tests the specified string literal against each escape sequence and returns the unescaped string literal.

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

구문

‘선언
Public Shared Function UnescapeLiteral ( _
    value As String, _
    <OutAttribute> ByRef isUnicode As Boolean _
) As String
‘사용 방법
Dim value As String 
Dim isUnicode As Boolean 
Dim returnValue As String 

returnValue = EscapeSequence.UnescapeLiteral(value, _
    isUnicode)
public static string UnescapeLiteral(
    string value,
    out bool isUnicode
)
public:
static String^ UnescapeLiteral(
    String^ value, 
    [OutAttribute] bool% isUnicode
)
static member UnescapeLiteral : 
        value:string * 
        isUnicode:bool byref -> string
public static function UnescapeLiteral(
    value : String, 
    isUnicode : boolean
) : String

매개 변수

  • isUnicode
    유형: System.Boolean%
    true if the string literal is a Unicode string; otherwise, false.

반환 값

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

예외

예외 조건
ArgumentNullException

The specified string is a null reference.

참고 항목

참조

EscapeSequence 클래스

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