adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / ParseOID Method / ParseOID(String) Method

In This Topic
    ParseOID(String) Method
    In This Topic
    Attempts to parse an OID from a source string.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ParseOID( _
       ByVal source As String _
    ) As OID
    public static OID ParseOID( 
       string source
    )

    Parameters

    source

    Return Value

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