Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares an identifier to a candidate identifier to see if it is encoded.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsEncodedIdentifier ( _
candidateIdentifier As String _
) As Boolean
'Usage
Dim candidateIdentifier As String
Dim returnValue As Boolean
returnValue = EntityInstanceIdEncoder.IsEncodedIdentifier(candidateIdentifier)
public static bool IsEncodedIdentifier(
string candidateIdentifier
)
Parameters
candidateIdentifier
Type: System.StringThe string to check if it is an encoded identifier.
Return Value
Type: System.Boolean
true if it is encoded; otherwise, false.