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

In This Topic
    GuidToOID Method
    In This Topic
    Returns GuidToLongOID.
    Syntax
    'Declaration
     
    
    Public Shared Function GuidToOID( _
       ByVal cid As ClassID, _
       ByVal guid As Nullable(Of Guid) _
    ) As String
    public static string GuidToOID( 
       ClassID cid,
       Nullable<Guid> guid
    )

    Parameters

    cid
    guid
    See Also