SerializationUtilities.UnescapeXmlString(String) 메서드

정의

주의

This method is no longer required and shouldn't be used by the latest templates

XML에서 읽은 문자의 이스케이프를 제거합니다(예: & 변환) 다시 &.

public:
 static System::String ^ UnescapeXmlString(System::String ^ input);
[System.Obsolete("This method is no longer required and shouldn't be used by the latest templates")]
public static string UnescapeXmlString (string input);
[<System.Obsolete("This method is no longer required and shouldn't be used by the latest templates")>]
static member UnescapeXmlString : string -> string
Public Shared Function UnescapeXmlString (input As String) As String

매개 변수

input
String

반환

특성

적용 대상