adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / ParseOID Method / ParseOID(String,ClassID,Guid) Method
String representation of an OID
Returns the class ID
Returns the object ID


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 objectID As Guid _
    ) 
    public static void ParseOID( 
       string oid,
       out ClassID classID,
       out Guid objectID
    )
    public:
    static void ParseOID( 
       String^ oid,
       [Out] ClassID classID,
       [Out] Guid objectID
    ) 

    Parameters

    oid
    String representation of an OID
    classID
    Returns the class ID
    objectID
    Returns the object ID
    Exceptions
    ExceptionDescription
    Thrown if the OID is not valid, or the class ID is not valid.
    See Also