adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / TryParse Method / TryParse(String,OID) Method
The string to parse

In This Topic
    TryParse(String,OID) Method
    In This Topic
    Attempts to parse a string representation of an OID.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function TryParse( _
       ByVal source As String, _
       ByRef oid As OID _
    ) As Boolean
    public static bool TryParse( 
       string source,
       out OID oid
    )

    Parameters

    source
    The string to parse
    oid

    Return Value

    The parsed OID if source is a valid OID, or null (Nothing) if it is not.
    See Also