Partager via


Util.Escape - Méthode

Le caractère donné dans la chaîne donnée d'échappement

Espace de noms :  Microsoft.BusinessData.Infrastructure
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

'Déclaration
Public Shared Function Escape ( _
    valueToEscape As Char, _
    unescapedStr As String _
) As String
'Utilisation
Dim valueToEscape As Char
Dim unescapedStr As String
Dim returnValue As String

returnValue = Util.Escape(valueToEscape, _
    unescapedStr)
public static string Escape(
    char valueToEscape,
    string unescapedStr
)

Paramètres

  • valueToEscape
    Type : System.Char

    Caractère d'échappement

  • unescapedStr
    Type : System.String

    Chaîne d'échappement caractère dans

Valeur renvoyée

Type : System.String

Voir aussi

Référence

Util classe

Util - Membres

Microsoft.BusinessData.Infrastructure - Espace de noms