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
Возвращаемое значение
- Атрибуты