EntityInstanceIdEncoder.IsEncodedIdentifier Method
Determines whether an identifier is encoded.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.String
The identifier to be checked.
Return Value
Type: System.Boolean
true if the identifier is encoded; otherwise, false.
See Also
Reference
EntityInstanceIdEncoder Members
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace