SerializationUtilities.UnescapeXmlString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method is no longer required and shouldn't be used by the latest templates
Unescape the characters read from XML, e.g. converting & back to &.
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
Parameters
- input
- String
Returns
- Attributes