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


In This Topic
    ParseOID(String,Guid) Method
    In This Topic
    Parses a string OID, returning the corresponding ClassID and guid.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ParseOID( _
       ByVal oid As String, _
       ByRef objectID As Guid _
    ) As ClassID
    public static ClassID ParseOID( 
       string oid,
       out Guid objectID
    )
    public:
    static ClassID ParseOID( 
       String^ oid,
       [Out] Guid objectID
    ) 

    Parameters

    oid
    String representation of an OID to parse
    objectID
    Returns the object ID

    Return Value

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