Util.EscapeDotNotationPath - Méthode
Remplace la chaîne spécifiée pour être utilisée dans un chemin d'accès en pointillés.
Espace de noms : Microsoft.BusinessData.Infrastructure
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Shared Function EscapeDotNotationPath ( _
unescaped As String _
) As String
'Utilisation
Dim unescaped As String
Dim returnValue As String
returnValue = Util.EscapeDotNotationPath(unescaped)
public static string EscapeDotNotationPath(
string unescaped
)
Paramètres
unescaped
Type : System.StringChaîne d'échappement.
Valeur renvoyée
Type : System.String
La chaîne d'échappement.