adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / GuidToShortOID Method

In This Topic
    GuidToShortOID Method
    In This Topic
    Converts a CID/GUID to an old-style OID. the object ID.
    Syntax
    'Declaration
     
    
    Public Shared Function GuidToShortOID( _
       ByVal cid As ClassID, _
       ByVal guid As Nullable(Of Guid) _
    ) As String
    public static string GuidToShortOID( 
       ClassID cid,
       Nullable<Guid> guid
    )

    Parameters

    cid
    guid
    See Also