adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / OID Constructor / OID Constructor(String)
String representation of the OID produced by one of the ToString methods.


In This Topic
    OID Constructor(String)
    In This Topic
    Creates an OID from a string representation.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal oid As String _
    )
    public OID( 
       string oid
    )
    public:
    OID( 
       String^ oid
    )

    Parameters

    oid
    String representation of the OID produced by one of the ToString methods.
    Exceptions
    ExceptionDescription
    Thrown if the source string is not a valid OID representation.
    See Also