Util.EscapeDotNotationPath Method
Escapes the specified string to be used in a dotted path.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Shared Function EscapeDotNotationPath ( _
unescaped As String _
) As String
'Usage
Dim unescaped As String
Dim returnValue As String
returnValue = Util.EscapeDotNotationPath(unescaped)
public static string EscapeDotNotationPath(
string unescaped
)
Parameters
unescaped
Type: System.StringThe string to escape.
Return Value
Type: System.String
The escaped string.