SerializationUtilities.UnescapeXmlString 方法
注意:此 API 现在已过时。
将一个转义字符串转换为从 XML 读取的一个非转义字符串。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
<ObsoleteAttribute("This method is no longer required and shouldn't be used by the latest templates")> _
Public Shared Function UnescapeXmlString ( _
input As String _
) As String
[ObsoleteAttribute("This method is no longer required and shouldn't be used by the latest templates")]
public static string UnescapeXmlString(
string input
)
参数
- input
类型:System.String
转义字符串。
返回值
类型:System.String
一个非转义字符串。
备注
一个转义字符串隐藏特殊字符。 例如, & 非转义,并 & 转义。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。