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

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 guid As Guid _
    ) As ClassID
    public static ClassID ParseOID( 
       string oid,
       out Guid guid
    )

    Parameters

    oid
    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