adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / TokenParser Class / TokenParser Constructor


In This Topic
    TokenParser Constructor
    In This Topic
    Creates a new parser using the specified language.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal scriptLanguage As String _
    )
    public TokenParser( 
       string scriptLanguage
    )
    public:
    TokenParser( 
       String^ scriptLanguage
    )

    Parameters

    scriptLanguage
    Exceptions
    ExceptionDescription
    The exception that is thrown when one of the arguments provided to a method is not valid.
    See Also