adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobVariableExpander Class / ApplyFormat Method
The variable to format

In This Topic
    ApplyFormat Method
    In This Topic
    Formats the value using a type-specific format string
    Syntax
    'Declaration
     
    
    Public Overridable Function ApplyFormat( _
       ByVal variable As IJobVariable, _
       ByVal formatString As String _
    ) As String
    public virtual string ApplyFormat( 
       IJobVariable variable,
       string formatString
    )

    Parameters

    variable
    The variable to format
    formatString
    See Also