SerializationUtilities.UnescapeXmlString(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
返回
- 属性