adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / OID Constructor / OID Constructor(String)
String representaion 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 representiation.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal oid As String _
    )
    public OID( 
       string oid
    )

    Parameters

    oid
    String representaion 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