adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ClassIDMap Class / TryReadCID Method

In This Topic
    TryReadCID Method
    In This Topic
    Attempts to convert an integer value to a ClassID.
    Syntax
    'Declaration
     
    
    Public Shared Function TryReadCID( _
       ByVal source As Integer, _
       ByRef cid As ClassID _
    ) As Boolean
    public static bool TryReadCID( 
       int source,
       out ClassID cid
    )

    Parameters

    source
    cid

    Return Value

    True if the source is a valid ClassID, or false if it is not.
    See Also