Метод XmlUnEscape
Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Shared Function XmlUnEscape ( _
escapedString As String _
) As String
'Применение
Dim escapedString As String
Dim returnValue As String
returnValue = SfcSecureString.XmlUnEscape(escapedString)
public static string XmlUnEscape(
string escapedString
)
public:
static String^ XmlUnEscape(
String^ escapedString
)
static member XmlUnEscape :
escapedString:string -> string
public static function XmlUnEscape(
escapedString : String
) : String
Параметры
- escapedString
Тип: System. . :: . .String
A string that represents the value that escaped.
Возвращаемое значение
Тип: System. . :: . .String
A string that represents XML that do not escape.