adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / IsValidOID Method
String representation of an OID to parse


In This Topic
    IsValidOID Method
    In This Topic
    Determines whether a string is a valid OID representation.
    Syntax
    'Declaration
     
    
    Public Shared Function IsValidOID( _
       ByVal oid As String _
    ) As Boolean
    public static bool IsValidOID( 
       string oid
    )
    public:
    static bool IsValidOID( 
       String^ oid
    ) 

    Parameters

    oid
    String representation of an OID to parse
    See Also