adTempus API
ArcanaDevelopment.adTempus.Client Namespace / OIDFactory Interface / CreateOIDFromString Method
An OID string created previously with OID.ToString.


In This Topic
    CreateOIDFromString Method (OIDFactory)
    In This Topic
    Returns an OID from a string representation.
    Syntax
    'Declaration
     
    
    Function CreateOIDFromString( _
       ByVal oidString As String _
    ) As OID
    OID CreateOIDFromString( 
       string oidString
    )
    OID^ CreateOIDFromString( 
       String^ oidString
    ) 

    Parameters

    oidString
    An OID string created previously with OID.ToString.

    Return Value

    An OID initialized from the string, or a null reference (Nothing in Visual Basic) if the oidString is not a valid OID representation.
    See Also