adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / ParseOID Method / ParseOID(String,ClassID,Guid) Method

In This Topic
    ParseOID(String,ClassID,Guid) Method
    In This Topic
    Parses a string OID, returning the corresponding ClassID and guid.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub ParseOID( _
       ByVal oid As String, _
       ByRef classID As ClassID, _
       ByRef guid As Guid _
    ) 
    public static void ParseOID( 
       string oid,
       out ClassID classID,
       out Guid guid
    )

    Parameters

    oid
    classID
    guid
    Exceptions
    ExceptionDescription
    Thrown if the OID is not valid, or the class ID is not valid.
    Thrown if the OID is not valid
    See Also