adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / ToString Method / ToString(FormatOptions) Method
Options specifying how the result should be formatted.


In This Topic
    ToString(FormatOptions) Method
    In This Topic
    Returns the Message, optionally including the MessageCode in one of various configurations.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    <PureAttribute()>
    Public Overloads Function ToString( _
       ByVal options As Message.FormatOptions _
    ) As String
    [NotNull()]
    [Pure()]
    public string ToString( 
       Message.FormatOptions options
    )
    [NotNull()]
    [Pure()]
    public:
    String^ ToString( 
       Message.FormatOptions options
    ) 

    Parameters

    options
    Options specifying how the result should be formatted.
    See Also