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


In This Topic
    ParseOID(String) Method
    In This Topic
    Attempts to parse an OID from a source string.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Overloads Shared Function ParseOID( _
       ByVal source As String _
    ) As OID
    [CanBeNull()]
    public static OID ParseOID( 
       string source
    )
    [CanBeNull()]
    public:
    static OID^ ParseOID( 
       String^ source
    ) 

    Parameters

    source
    String representation of an OID to parse

    Return Value

    An OID parsed from the string, or null if the source is not a valid OID.
    See Also