adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / FunctionCallToken Class / FormatString Field


In This Topic
    FormatString Field
    In This Topic
    Any format string appended to the function call in the token
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public FormatString As String
    [DataMember()]
    public string FormatString
    [DataMember()]
    public:
    String^ FormatString
    Remarks
    Format strings are included using the syntax "%=functioncall(args){formatString}"
    See Also