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

Return Value

Type: System.String
The escaped string.

See Also

Reference

Util Class

Util Members

Microsoft.BusinessData.Infrastructure Namespace