adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IVariableExpansionProvider Interface / ExpandVariableTokens Method
The text to expand variable tokens in

In This Topic
    ExpandVariableTokens Method
    In This Topic
    Expands job variable and function call tokens in a source string
    Syntax
    'Declaration
     
    
    Function ExpandVariableTokens( _
       ByVal source As String _
    ) As String
    string ExpandVariableTokens( 
       string source
    )

    Parameters

    source
    The text to expand variable tokens in

    Return Value

    The source with variable and function tokens expanded
    See Also