EntityInstanceIdEncoder.DecodeEntityInstanceId Method
Decodes the external item identifier.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function DecodeEntityInstanceId ( _
encodedId As String _
) As Object()
'Usage
Dim encodedId As String
Dim returnValue As Object()
returnValue = EntityInstanceIdEncoder.DecodeEntityInstanceId(encodedId)
public static Object[] DecodeEntityInstanceId(
string encodedId
)
Parameters
encodedId
Type: System.StringThe encoded identifier.
Return Value
Type: []
The array of external item identifiers.